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
+1 -1
View File
@@ -74,7 +74,7 @@ The tool provides a few samples to decode videos [here](samples/). Please refer
* [FFMPEG](https://ffmpeg.org/about.html) - required to run sample applications & make test
```
sudo apt install ffmpeg libavcodec-dev libavformat-dev libswscale-dev
sudo apt install ffmpeg
```
## Docker: