From 2b26048ccaf9a71d552e147b623f270422e56730 Mon Sep 17 00:00:00 2001 From: cehoyos Date: Fri, 14 May 2010 14:20:19 +0000 Subject: Fix compilation after r31173. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@31174 b3059339-0415-0410-9bf9-f77b7e298cf2 --- libmpcodecs/vf.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'libmpcodecs') diff --git a/libmpcodecs/vf.c b/libmpcodecs/vf.c index 0760b09602..64d1696be4 100644 --- a/libmpcodecs/vf.c +++ b/libmpcodecs/vf.c @@ -51,7 +51,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; @@ -137,7 +136,6 @@ static const vf_info_t* const filter_list[]={ &vf_info_vo, &vf_info_format, &vf_info_noformat, - &vf_info_yuy2, &vf_info_flip, &vf_info_rgb2bgr, &vf_info_rotate, -- cgit v1.2.3