[Mplayer-cvslog] CVS: main dec_video.c,1.39,1.40
Arpi of Ize
arpi at mplayer.dev.hu
Fri Sep 28 20:23:59 CEST 2001
- Previous message: [Mplayer-cvslog] CVS: main/DOCS codecs.html,1.15,1.16 documentation.html,1.59,1.60
- Next message: [Mplayer-cvslog] CVS: main help_mp-dk.h,NONE,1.1 help_mp-nl.h,NONE,1.1 help_mp-de.h,1.8,1.9 help_mp-en.h,1.8,1.9 help_mp-hu.h,1.13,1.14 help_mp-pl.h,1.9,1.10
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /cvsroot/mplayer/main
In directory mplayer:/var/tmp.root/cvs-serv572
Modified Files:
dec_video.c
Log Message:
MSGTR_NoWfvSupport fixed
Index: dec_video.c
===================================================================
RCS file: /cvsroot/mplayer/main/dec_video.c,v
retrieving revision 1.39
retrieving revision 1.40
diff -u -r1.39 -r1.40
--- dec_video.c 26 Sep 2001 21:35:13 -0000 1.39
+++ dec_video.c 28 Sep 2001 18:23:44 -0000 1.40
@@ -238,7 +238,7 @@
case VFM_VFW:
case VFM_DSHOW:
case VFM_VFWEX:
- mp_msg(MSGT_DECVIDEO,MSGL_ERR,MSGTR_NoWin32Support);
+ mp_msg(MSGT_DECVIDEO,MSGL_ERR,MSGTR_NoWfvSupport);
return 0;
#endif /* !USE_WIN32DLL */
case VFM_ODIVX: { // OpenDivX
- Previous message: [Mplayer-cvslog] CVS: main/DOCS codecs.html,1.15,1.16 documentation.html,1.59,1.60
- Next message: [Mplayer-cvslog] CVS: main help_mp-dk.h,NONE,1.1 help_mp-nl.h,NONE,1.1 help_mp-de.h,1.8,1.9 help_mp-en.h,1.8,1.9 help_mp-hu.h,1.13,1.14 help_mp-pl.h,1.9,1.10
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the MPlayer-cvslog
mailing list