summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorhung kuishing <hungkuishing@outlook.com>2024-03-12 11:15:33 +0100
committerStefano Sabatini <stefasab@gmail.com>2024-03-12 11:26:06 +0100
commit78803a4b8af3470ffa9f4da672a4b40edd64f5de (patch)
tree63c13083ea18609fea22789a6842659eecfb71f8 /doc
parent275877b98142dc963803046cabe7a527299105d9 (diff)
doc/examples/qsv_decode: remove unused config.h header file
Signed-off-by: clarkh <hungkuishing@outlook.com>
Diffstat (limited to 'doc')
-rw-r--r--doc/examples/qsv_decode.c2
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"