[FFmpeg-cvslog] avcodec/huffyuvenc: Remove duplicate include

Michael Niedermayer git at videolan.org
Fri Jan 29 12:33:57 CET 2016


ffmpeg | branch: master | Michael Niedermayer <michael at niedermayer.cc> | Fri Jan 29 11:27:43 2016 +0100| [2d163cbdabae0a5966a9fd4063af83599f3146d5] | committer: Michael Niedermayer

avcodec/huffyuvenc: Remove duplicate include

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

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

 libavcodec/huffyuvenc.c |    2 --
 1 file changed, 2 deletions(-)

diff --git a/libavcodec/huffyuvenc.c b/libavcodec/huffyuvenc.c
index febb71f..c70f1fe 100644
--- a/libavcodec/huffyuvenc.c
+++ b/libavcodec/huffyuvenc.c
@@ -28,8 +28,6 @@
  * huffyuv encoder
  */
 
-#include "libavutil/opt.h"
-
 #include "avcodec.h"
 #include "huffyuv.h"
 #include "huffman.h"



More information about the ffmpeg-cvslog mailing list