[FFmpeg-devel] [PATCH 3/8] avcodec/vp9_raw_reorder_bsf: Remove unnecessary header

Andreas Rheinhardt andreas.rheinhardt at gmail.com
Tue Apr 21 05:31:48 EEST 2020


This bsf doesn't have any options, so including libavutil/opt.h is
unnecessary.

Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt at gmail.com>
---
 libavcodec/vp9_raw_reorder_bsf.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/libavcodec/vp9_raw_reorder_bsf.c b/libavcodec/vp9_raw_reorder_bsf.c
index e55a358457..2a1bdb9ba7 100644
--- a/libavcodec/vp9_raw_reorder_bsf.c
+++ b/libavcodec/vp9_raw_reorder_bsf.c
@@ -20,7 +20,6 @@
 #include "libavutil/intmath.h"
 #include "libavutil/log.h"
 #include "libavutil/mem.h"
-#include "libavutil/opt.h"
 
 #include "bsf.h"
 #include "get_bits.h"
-- 
2.20.1



More information about the ffmpeg-devel mailing list