aboutsummaryrefslogtreecommitdiffstats
path: root/libavformat/yuv4mpeg.c
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2013-09-21 15:11:12 +0200
committerMichael Niedermayer <michaelni@gmx.at>2013-09-21 15:36:33 +0200
commit49515cb8407ba237329280d99ab7e79a02560dfe (patch)
treea8e3ec261af91e49503d7505b55a23d4b7025c05 /libavformat/yuv4mpeg.c
parentd0c61571cfabd61f4446bae5634dcb22085c2a89 (diff)
downloadffmpeg-49515cb8407ba237329280d99ab7e79a02560dfe.tar.gz
avformat: remove duplicate includes
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavformat/yuv4mpeg.c')
-rw-r--r--libavformat/yuv4mpeg.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/libavformat/yuv4mpeg.c b/libavformat/yuv4mpeg.c
index a6d83469ef..1999c73364 100644
--- a/libavformat/yuv4mpeg.c
+++ b/libavformat/yuv4mpeg.c
@@ -22,7 +22,6 @@
#include "libavutil/pixdesc.h"
#include "avformat.h"
#include "internal.h"
-#include "libavutil/pixdesc.h"
#define Y4M_MAGIC "YUV4MPEG2"
#define Y4M_FRAME_MAGIC "FRAME"