diff mbox

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

Message ID 20191025180746.13725-10-andreas.rheinhardt@gmail.com
State New
Headers show

Commit Message

Andreas Rheinhardt Oct. 25, 2019, 6:07 p.m. UTC
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@gmail.com>
---
 libavformat/dvenc.c | 1 -
 1 file changed, 1 deletion(-)
diff mbox

Patch

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