summaryrefslogtreecommitdiffstats
path: root/libmpcodecs/vf_scale.h
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2012-07-29 17:34:42 +0200
committerwm4 <wm4@nowhere>2012-07-30 01:38:53 +0200
commit35291b8ad9590f000f89ec37dc85aa6f5e9741a7 (patch)
treea887dbb318c72719c8f14e983f1885aef6fcf2d0 /libmpcodecs/vf_scale.h
parent43da1e78c40ba4f948bfe20536ccc18b2f25c8f7 (diff)
downloadmpv-35291b8ad9590f000f89ec37dc85aa6f5e9741a7.tar.bz2
mpv-35291b8ad9590f000f89ec37dc85aa6f5e9741a7.tar.xz
vf_scale: don't pass CPU flags anymore
libav detects them automatically. Also fix a bunch of other VFs, which use the get_sws_cpuflags() function defined by vf_scale.c.
Diffstat (limited to 'libmpcodecs/vf_scale.h')
-rw-r--r--libmpcodecs/vf_scale.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/libmpcodecs/vf_scale.h b/libmpcodecs/vf_scale.h
index 08d651ce16..575d4f3640 100644
--- a/libmpcodecs/vf_scale.h
+++ b/libmpcodecs/vf_scale.h
@@ -19,7 +19,6 @@
#ifndef MPLAYER_VF_SCALE_H
#define MPLAYER_VF_SCALE_H
-int get_sws_cpuflags(void);
struct SwsContext *sws_getContextFromCmdLine(int srcW, int srcH, int srcFormat, int dstW, int dstH, int dstFormat);
struct SwsContext *sws_getContextFromCmdLine_hq(int srcW, int srcH, int srcFormat, int dstW, int dstH, int dstFormat);