[Mplayer-cvslog] CVS: main/libmpcodecs vf.c,1.43,1.44
Johannes Feigl
jaf at mplayerhq.hu
Wed Aug 14 14:20:38 CEST 2002
- Previous message: [Mplayer-cvslog] CVS: main help_mp-de.h,1.40,1.41 help_mp-en.h,1.42,1.43
- Next message: [Mplayer-cvslog] CVS: main/DOCS codecs.html,1.77,1.78 documentation.html,1.288,1.289 encoding.html,1.55,1.56 faq.html,1.103,1.104 sound.html,1.48,1.49 video.html,1.89,1.90
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /cvsroot/mplayer/main/libmpcodecs
In directory mail:/var/tmp.root/cvs-serv31513
Modified Files:
vf.c
Log Message:
arpi told me ...
Index: vf.c
===================================================================
RCS file: /cvsroot/mplayer/main/libmpcodecs/vf.c,v
retrieving revision 1.43
retrieving revision 1.44
diff -u -r1.43 -r1.44
--- vf.c 13 Aug 2002 23:32:05 -0000 1.43
+++ vf.c 14 Aug 2002 12:20:35 -0000 1.44
@@ -264,8 +264,8 @@
vf_instance_t* vf_open_filter(vf_instance_t* next, char *name, char *args){
if(strcmp(name,"vo"))
mp_msg(MSGT_VFILTER,MSGL_INFO,
- args ? MSGTR_OpeningVideoFilter
- : MSGTR_OpeningVideoFilter2 ,name,args);
+ args ? MSGTR_OpeningVideoFilter "[%s=%s]\n"
+ : MSGTR_OpeningVideoFilter "[%s]\n",name,args);
return vf_open_plugin(filter_list,next,name,args);
}
- Previous message: [Mplayer-cvslog] CVS: main help_mp-de.h,1.40,1.41 help_mp-en.h,1.42,1.43
- Next message: [Mplayer-cvslog] CVS: main/DOCS codecs.html,1.77,1.78 documentation.html,1.288,1.289 encoding.html,1.55,1.56 faq.html,1.103,1.104 sound.html,1.48,1.49 video.html,1.89,1.90
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the MPlayer-cvslog
mailing list