summaryrefslogtreecommitdiffstats
path: root/image_writer.c
diff options
context:
space:
mode:
authorRudolf Polzer <divverent@xonotic.org>2012-10-24 19:00:49 +0200
committerwm4 <wm4@nowhere>2012-10-24 21:55:43 +0200
commit64ac38c4d30e30783032a4b65f34f4fb50761c7b (patch)
treeb2047cd62fe74b3702a2fd648e9af09aaaa42f55 /image_writer.c
parent4e89851aa128a614f59ff4885af384a266cb24e6 (diff)
downloadmpv-64ac38c4d30e30783032a4b65f34f4fb50761c7b.tar.bz2
mpv-64ac38c4d30e30783032a4b65f34f4fb50761c7b.tar.xz
libmpcodecs: move vf_scale.c swscale helper functions to sws_utils.c
Extracted/rebased by wm4 from commits 93978f17b76d..13211ef5fc20. Actual mp_image_swscale is added in a later commit.
Diffstat (limited to 'image_writer.c')
-rw-r--r--image_writer.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/image_writer.c b/image_writer.c
index ded114f140..f4851a9176 100644
--- a/image_writer.c
+++ b/image_writer.c
@@ -40,7 +40,7 @@
#include "fmt-conversion.h"
//for sws_getContextFromCmdLine_hq and mp_sws_set_colorspace
-#include "libmpcodecs/vf_scale.h"
+#include "libmpcodecs/sws_utils.h"
#include "libvo/csputils.h"
#include "m_option.h"