[MPlayer-cvslog] r31174 - trunk/libmpcodecs/vf.c

cehoyos subversion at mplayerhq.hu
Fri May 14 16:20:19 CEST 2010


Author: cehoyos
Date: Fri May 14 16:20:19 2010
New Revision: 31174

Log:
Fix compilation after r31173.

Modified:
   trunk/libmpcodecs/vf.c

Modified: trunk/libmpcodecs/vf.c
==============================================================================
--- trunk/libmpcodecs/vf.c	Fri May 14 15:49:05 2010	(r31173)
+++ trunk/libmpcodecs/vf.c	Fri May 14 16:20:19 2010	(r31174)
@@ -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_lis
     &vf_info_vo,
     &vf_info_format,
     &vf_info_noformat,
-    &vf_info_yuy2,
     &vf_info_flip,
     &vf_info_rgb2bgr,
     &vf_info_rotate,


More information about the MPlayer-cvslog mailing list