[Mplayer-cvslog] CVS: main/libvo vo_dxr3.c,1.13,1.14

Alex Beregszaszi alex at mplayer.dev.hu
Sat Dec 8 00:30:13 CET 2001


Update of /cvsroot/mplayer/main/libvo
In directory mplayer:/var/tmp.root/cvs-serv23493

Modified Files:
	vo_dxr3.c 
Log Message:
fixed typo

Index: vo_dxr3.c
===================================================================
RCS file: /cvsroot/mplayer/main/libvo/vo_dxr3.c,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- vo_dxr3.c	5 Dec 2001 07:11:36 -0000	1.13
+++ vo_dxr3.c	7 Dec 2001 23:30:02 -0000	1.14
@@ -413,7 +413,7 @@
     if(format==IMGFMT_YV12) return 0x1|0x4;
     if(format==IMGFMT_YUY2) return 0x1|0x4;
     if(format==IMGFMT_BGR24) { printf( "VO: [dxr3] WARNING\tExperimental output, black&white only and very slow\n\t(will be inproved later, this format is rarely used)\n" ); return 0x1|0x4; }
-    else printf( "VO: [dxr3] Format unsuppomp1ed, mail dholm at iname.com\n" );
+    else printf( "VO: [dxr3] Format unsupported, mail dholm at iname.com\n" );
     return 0;
 }
 




More information about the MPlayer-cvslog mailing list