diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2013-11-10 21:42:40 +0100 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2013-11-10 21:45:19 +0100 |
commit | 8cdf4e08237c17cfcd4d5db5c2422dd8aecc2b3c (patch) | |
tree | 9114d0ca4f68f94abce254381f305c7ee7db6d65 /ffmpeg.c | |
parent | 199b8fbd09f0db237374938577665b0531b4498f (diff) | |
download | ffmpeg-8cdf4e08237c17cfcd4d5db5c2422dd8aecc2b3c.tar.gz |
ffmpeg: remove unneeded include "libswscale/swscale.h"
Found-by: ramiro
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'ffmpeg.c')
-rw-r--r-- | ffmpeg.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -40,7 +40,6 @@ #endif #include "libavformat/avformat.h" #include "libavdevice/avdevice.h" -#include "libswscale/swscale.h" #include "libswresample/swresample.h" #include "libavutil/opt.h" #include "libavutil/channel_layout.h" |