diff mbox series

[FFmpeg-devel] doc/examples/qsv_decode.c: remove unused config.h header file

Message ID PH7PR11MB74306F981F58D0E78C705055C4262@PH7PR11MB7430.namprd11.prod.outlook.com
State New
Headers show
Series [FFmpeg-devel] doc/examples/qsv_decode.c: remove unused config.h header file | expand

Checks

Context Check Description
andriy/configure_x86 warning Failed to apply patch
yinshiyou/configure_loongarch64 warning Failed to apply patch

Commit Message

hung kuishing March 9, 2024, 2:17 a.m. UTC
Signed-off-by: clarkh <hungkuishing@outlook.com<mailto:hungkuishing@outlook.com>>
---
doc/examples/qsv_decode.c | 2 --
1 file changed, 2 deletions(-)

--
2.34.1
diff mbox series

Patch

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"