diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2013-09-21 15:11:12 +0200 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2013-09-21 15:36:33 +0200 |
commit | 49515cb8407ba237329280d99ab7e79a02560dfe (patch) | |
tree | a8e3ec261af91e49503d7505b55a23d4b7025c05 /libavformat/yuv4mpeg.c | |
parent | d0c61571cfabd61f4446bae5634dcb22085c2a89 (diff) | |
download | ffmpeg-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.c | 1 |
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" |