[Mplayer-cvslog] CVS: main/libmpcodecs ve.c,1.6,1.7

Alban Bedel CVS albeu at mplayerhq.hu
Sat Mar 15 19:51:30 CET 2003


Update of /cvsroot/mplayer/main/libmpcodecs
In directory mail:/var/tmp.root/cvs-serv27194/libmpcodecs

Modified Files:
	ve.c 
Log Message:
1000L i forgot mencoder


Index: ve.c
===================================================================
RCS file: /cvsroot/mplayer/main/libmpcodecs/ve.c,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- ve.c	3 Mar 2003 11:03:19 -0000	1.6
+++ ve.c	15 Mar 2003 18:50:49 -0000	1.7
@@ -41,6 +41,7 @@
 };
 
 vf_instance_t* vf_open_encoder(vf_instance_t* next, char *name, char *args){
-    return vf_open_plugin(encoder_list,next,name,args);
+    char* vf_args[] = { "_oldargs_", args, NULL };
+    return vf_open_plugin(encoder_list,next,name,vf_args);
 }
 



More information about the MPlayer-cvslog mailing list