[FFmpeg-cvslog] libavcodec/ccaption_dec: remove unnecessary include

Aman Gupta git at videolan.org
Tue Jan 5 18:21:34 CET 2016


ffmpeg | branch: master | Aman Gupta <aman at tmm1.net> | Mon Jan  4 19:28:01 2016 -0800| [e7271e6d078a4f8064cf6eef59eff7d58da1b1d5] | committer: Michael Niedermayer

libavcodec/ccaption_dec: remove unnecessary include

Signed-off-by: Michael Niedermayer <michael at niedermayer.cc>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=e7271e6d078a4f8064cf6eef59eff7d58da1b1d5
---

 libavcodec/ccaption_dec.c |    1 -
 1 file changed, 1 deletion(-)

diff --git a/libavcodec/ccaption_dec.c b/libavcodec/ccaption_dec.c
index 9f67caa..4e478e0 100644
--- a/libavcodec/ccaption_dec.c
+++ b/libavcodec/ccaption_dec.c
@@ -21,7 +21,6 @@
 
 #include "avcodec.h"
 #include "ass.h"
-#include "libavutil/internal.h"
 #include "libavutil/opt.h"
 
 #define SCREEN_ROWS 15



More information about the ffmpeg-cvslog mailing list