Code clean up - remove unused headers from demuxer, unused ffmpeg dependencies, and redundent info from videodecode sample (#71)

[ROCm/rocdecode commit: 071b37b3bd]
This commit is contained in:
Aryan Salmanpour
2023-11-17 12:46:27 -05:00
committed by GitHub
parent 9b062a4f57
commit 4bfd23aa13
8 changed files with 8 additions and 17 deletions
@@ -20,7 +20,7 @@ This sample uses fork() to create multiple processes to decode the same input vi
* [FFMPEG](https://ffmpeg.org/about.html)
```
sudo apt install ffmpeg libavcodec-dev libavformat-dev libswscale-dev
sudo apt install ffmpeg
```
## Build