diff options
author | hung kuishing <hungkuishing@outlook.com> | 2024-03-12 11:15:33 +0100 |
---|---|---|
committer | Stefano Sabatini <stefasab@gmail.com> | 2024-03-12 11:26:06 +0100 |
commit | 78803a4b8af3470ffa9f4da672a4b40edd64f5de (patch) | |
tree | 63c13083ea18609fea22789a6842659eecfb71f8 | |
parent | 275877b98142dc963803046cabe7a527299105d9 (diff) | |
download | ffmpeg-78803a4b8af3470ffa9f4da672a4b40edd64f5de.tar.gz |
doc/examples/qsv_decode: remove unused config.h header file
Signed-off-by: clarkh <hungkuishing@outlook.com>
-rw-r--r-- | doc/examples/qsv_decode.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/doc/examples/qsv_decode.c b/doc/examples/qsv_decode.c index cc2662d5bd..901eac3b27 100644 --- a/doc/examples/qsv_decode.c +++ b/doc/examples/qsv_decode.c @@ -28,8 +28,6 @@ * GPU video surfaces, write the decoded frames to an output file. */ -#include "config.h" - #include <stdio.h> #include "libavformat/avformat.h" |