[FFmpeg-devel] [PATCH 10/14] avformat/dvenc: Remove superfluous header

Andreas Rheinhardt andreas.rheinhardt at gmail.com
Fri Oct 25 21:07:42 EEST 2019


75af0e6a added opt.h to dvenc.c for an option; 6b35f1a2 removed said
option, yet forgot to remove the header as well.

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

diff --git a/libavformat/dvenc.c b/libavformat/dvenc.c
index 93c103b316..8eb58cf43a 100644
--- a/libavformat/dvenc.c
+++ b/libavformat/dvenc.c
@@ -39,7 +39,6 @@
 #include "libavutil/fifo.h"
 #include "libavutil/mathematics.h"
 #include "libavutil/intreadwrite.h"
-#include "libavutil/opt.h"
 #include "libavutil/timecode.h"
 
 #define MAX_AUDIO_FRAME_SIZE 192000 // 1 second of 48khz 32-bit audio
-- 
2.20.1



More information about the ffmpeg-devel mailing list