[MPlayer-cvslog] CVS: main/libmpcodecs vf.c,1.114,1.115
Jindrich Makovicka CVS
syncmail at mplayerhq.hu
Wed Jun 8 17:29:28 CEST 2005
CVS change done by Jindrich Makovicka CVS
Update of /cvsroot/mplayer/main/libmpcodecs
In directory mail:/var2/tmp/cvs-serv11238
Modified Files:
vf.c
Log Message:
forgotten reference to remove-logo, 10l for Rich
Index: vf.c
===================================================================
RCS file: /cvsroot/mplayer/main/libmpcodecs/vf.c,v
retrieving revision 1.114
retrieving revision 1.115
diff -u -r1.114 -r1.115
--- vf.c 4 Jun 2005 07:05:02 -0000 1.114
+++ vf.c 8 Jun 2005 15:29:26 -0000 1.115
@@ -85,6 +85,7 @@
extern vf_info_t vf_info_framestep;
extern vf_info_t vf_info_tile;
extern vf_info_t vf_info_delogo;
+extern vf_info_t vf_info_remove_logo;
extern vf_info_t vf_info_hue;
extern vf_info_t vf_info_spp;
extern vf_info_t vf_info_fspp;
@@ -166,6 +167,7 @@
&vf_info_framestep,
&vf_info_tile,
&vf_info_delogo,
+ &vf_info_remove_logo,
&vf_info_hue,
#ifdef USE_LIBAVCODEC
&vf_info_spp,
More information about the MPlayer-cvslog
mailing list