1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2025-08-15 14:13:16 +02:00

avcodec/huffyuvenc: Remove duplicate include

Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
This commit is contained in:
Michael Niedermayer
2016-01-29 11:27:43 +01:00
parent b91093a411
commit 2d163cbdab

View File

@@ -28,8 +28,6 @@
* huffyuv encoder * huffyuv encoder
*/ */
#include "libavutil/opt.h"
#include "avcodec.h" #include "avcodec.h"
#include "huffyuv.h" #include "huffyuv.h"
#include "huffman.h" #include "huffman.h"