summaryrefslogtreecommitdiff
path: root/ffmpeg.c
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2013-11-10 21:42:40 +0100
committerMichael Niedermayer <michaelni@gmx.at>2013-11-10 21:45:19 +0100
commit8cdf4e08237c17cfcd4d5db5c2422dd8aecc2b3c (patch)
tree9114d0ca4f68f94abce254381f305c7ee7db6d65 /ffmpeg.c
parent199b8fbd09f0db237374938577665b0531b4498f (diff)
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.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/ffmpeg.c b/ffmpeg.c
index a628fe637d..2a885356b6 100644
--- a/ffmpeg.c
+++ b/ffmpeg.c
@@ -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"