summaryrefslogtreecommitdiffstats
path: root/libmpcodecs/vf.c
diff options
context:
space:
mode:
authorUoti Urpala <uau@glyph.nonexistent.invalid>2010-05-30 15:37:34 +0300
committerUoti Urpala <uau@glyph.nonexistent.invalid>2010-05-30 15:37:34 +0300
commita286506467e179010c23381c6ca01f29c0071dc6 (patch)
tree1f3c7eac06e4ae03d5b6a2d6773d96bcd7e5fcbd /libmpcodecs/vf.c
parent36cce813534bcb24a391c500ab9572e56b49923b (diff)
parent0a33fdb83a5488744e3a148d1a09801850135a56 (diff)
downloadmpv-a286506467e179010c23381c6ca01f29c0071dc6.tar.bz2
mpv-a286506467e179010c23381c6ca01f29c0071dc6.tar.xz
Merge svn changes up to r31176
Diffstat (limited to 'libmpcodecs/vf.c')
-rw-r--r--libmpcodecs/vf.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/libmpcodecs/vf.c b/libmpcodecs/vf.c
index 98688793e8..217e802a84 100644
--- a/libmpcodecs/vf.c
+++ b/libmpcodecs/vf.c
@@ -50,7 +50,6 @@ extern const vf_info_t vf_info_pp;
extern const vf_info_t vf_info_scale;
extern const vf_info_t vf_info_format;
extern const vf_info_t vf_info_noformat;
-extern const vf_info_t vf_info_yuy2;
extern const vf_info_t vf_info_flip;
extern const vf_info_t vf_info_rgb2bgr;
extern const vf_info_t vf_info_rotate;
@@ -136,9 +135,6 @@ static const vf_info_t* const filter_list[]={
&vf_info_vo,
&vf_info_format,
&vf_info_noformat,
-#ifdef CONFIG_LIBSWSCALE_INTERNALS
- &vf_info_yuy2,
-#endif
&vf_info_flip,
#ifdef CONFIG_LIBSWSCALE_INTERNALS
&vf_info_rgb2bgr,