[MPlayer-cvslog] CVS: main/libmpdemux demux_mov.c,1.113,1.114
Roberto Togni CVS
syncmail at mplayerhq.hu
Tue Feb 15 22:04:36 CET 2005
CVS change done by Roberto Togni CVS
Update of /cvsroot/mplayer/main/libmpdemux
In directory mail:/var2/tmp/cvs-serv20311/libmpdemux
Modified Files:
demux_mov.c
Log Message:
Mp3On4 demuxer support
Patch by Larry Ruedisueli lwr at audioresearchlabs dot com
Index: demux_mov.c
===================================================================
RCS file: /cvsroot/mplayer/main/libmpdemux/demux_mov.c,v
retrieving revision 1.113
retrieving revision 1.114
diff -u -r1.113 -r1.114
--- demux_mov.c 23 Jan 2005 21:39:51 -0000 1.113
+++ demux_mov.c 15 Feb 2005 21:04:33 -0000 1.114
@@ -973,6 +973,8 @@
// dump away the codec specific configuration for the AAC decoder
if(esds.decoderConfigLen){
+ if( (esds.decoderConfig[0]>>3) == 29 )
+ sh->format = 0x1d61346d; // request multi-channel mp3 decoder
sh->codecdata_len = esds.decoderConfigLen;
sh->codecdata = (unsigned char *)malloc(sh->codecdata_len);
memcpy(sh->codecdata, esds.decoderConfig, sh->codecdata_len);
More information about the MPlayer-cvslog
mailing list