[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


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




More information about the MPlayer-cvslog mailing list