[FFmpeg-cvslog] ffmpeg: remove unneeded include "libswscale/swscale.h"
Michael Niedermayer
git at videolan.org
Sun Nov 10 21:48:11 CET 2013
ffmpeg | branch: master | Michael Niedermayer <michaelni at gmx.at> | Sun Nov 10 21:42:40 2013 +0100| [8cdf4e08237c17cfcd4d5db5c2422dd8aecc2b3c] | committer: Michael Niedermayer
ffmpeg: remove unneeded include "libswscale/swscale.h"
Found-by: ramiro
Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=8cdf4e08237c17cfcd4d5db5c2422dd8aecc2b3c
---
ffmpeg.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/ffmpeg.c b/ffmpeg.c
index a628fe6..2a88535 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"
More information about the ffmpeg-cvslog
mailing list