From 8cdf4e08237c17cfcd4d5db5c2422dd8aecc2b3c Mon Sep 17 00:00:00 2001 From: Michael Niedermayer Date: Sun, 10 Nov 2013 21:42:40 +0100 Subject: [PATCH] ffmpeg: remove unneeded include "libswscale/swscale.h" Found-by: ramiro Signed-off-by: Michael Niedermayer --- ffmpeg.c | 1 - 1 file changed, 1 deletion(-) 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"