[Mplayer-cvslog] CVS: main/libmpdemux video.c,1.25,1.26

Michael Niedermayer michael at mplayerhq.hu
Sat Sep 7 00:37:08 CEST 2002


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

Modified Files:
	video.c 
Log Message:
typo (checking for mpeg twice, instead of mpeg & MPEG)


Index: video.c
===================================================================
RCS file: /cvsroot/mplayer/main/libmpdemux/video.c,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -r1.25 -r1.26
--- video.c	31 Aug 2002 18:31:05 -0000	1.25
+++ video.c	6 Sep 2002 22:36:55 -0000	1.26
@@ -60,7 +60,7 @@
 	(sh_video->format == mmioFOURCC('m','p','g','2')) ||
 	(sh_video->format == mmioFOURCC('M','P','G','2')) ||
 	(sh_video->format == mmioFOURCC('m','p','e','g')) ||
-	(sh_video->format == mmioFOURCC('m','p','e','g')))
+	(sh_video->format == mmioFOURCC('M','P','E','G')))
     {
 	int saved_pos, saved_type;
 




More information about the MPlayer-cvslog mailing list