[Mplayer-cvslog] CVS: main/libmpdemux demux_real.c,1.42,1.43

Roberto Togni CVS rtognimp at mplayerhq.hu
Wed Apr 30 21:48:41 CEST 2003


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

Modified Files:
	demux_real.c 
Log Message:
Support codecs 14_4 and 28_8

Index: demux_real.c
===================================================================
RCS file: /cvsroot/mplayer/main/libmpdemux/demux_real.c,v
retrieving revision 1.42
retrieving revision 1.43
diff -u -r1.42 -r1.43
--- demux_real.c	10 Mar 2003 00:10:05 -0000	1.42
+++ demux_real.c	30 Apr 2003 19:48:38 -0000	1.43
@@ -961,6 +961,8 @@
 			    mp_msg(MSGT_DEMUX,MSGL_V,"Audio: DNET -> AC3\n");
 			    sh->format = 0x2000;
 			    break;
+			case MKTAG('1', '4', '_', '4'):
+			case MKTAG('2', '8', '_', '8'):
 			case MKTAG('s', 'i', 'p', 'r'):
 #if 0
 			    sh->format = 0x130;



More information about the MPlayer-cvslog mailing list