You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-10 06:10:52 +02:00
avcodec/huffyuvenc: Remove duplicate include
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
This commit is contained in:
@@ -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"
|
||||||
|
Reference in New Issue
Block a user