changeset 7302:7d32189dbae4

typo (checking for mpeg twice, instead of mpeg & MPEG)
author michael
date Fri, 06 Sep 2002 22:36:55 +0000
parents 4a0a7a6bfda4
children e805ef05536c
files libmpdemux/video.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/libmpdemux/video.c	Fri Sep 06 22:09:51 2002 +0000
+++ b/libmpdemux/video.c	Fri Sep 06 22:36:55 2002 +0000
@@ -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;