From 78803a4b8af3470ffa9f4da672a4b40edd64f5de Mon Sep 17 00:00:00 2001 From: hung kuishing Date: Tue, 12 Mar 2024 11:15:33 +0100 Subject: [PATCH] doc/examples/qsv_decode: remove unused config.h header file Signed-off-by: clarkh --- doc/examples/qsv_decode.c | 2 -- 1 file changed, 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 #include "libavformat/avformat.h"