[Mplayer-cvslog] CVS: main/libmpdemux demux_mpg.c,1.36,1.37

Arpi of Ize arpi at mplayer.dev.hu
Wed Jan 2 20:18:13 CET 2002


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

Modified Files:
	demux_mpg.c 
Log Message:
hotfix for ac3 aid<0x20 (VDR)

Index: demux_mpg.c
===================================================================
RCS file: /cvsroot/mplayer/main/libmpdemux/demux_mpg.c,v
retrieving revision 1.36
retrieving revision 1.37
diff -u -r1.36 -r1.37
--- demux_mpg.c	26 Dec 2001 16:34:06 -0000	1.36
+++ demux_mpg.c	2 Jan 2002 19:18:11 -0000	1.37
@@ -144,7 +144,7 @@
             ds=demux->sub;
         }
           
-      } else if((aid & 0xC0) == 0x80) {
+      } else if((aid & 0xC0) == 0x80 || (aid & 0xE0) == 0x00) {
 
 //        aid=128+(aid&0x7F);
         // aid=0x80..0xBF




More information about the MPlayer-cvslog mailing list