Update of /cvsroot/xine/xine-lib/src/demuxers
In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv21604/demuxers
Modified Files:
demux_flv.c
Log Message:
Added BUF_AUDIO_FLVADPCM (Flash ADPCM).
Index: demux_flv.c
===================================================================
RCS file: /cvsroot/xine/xine-lib/src/demuxers/demux_flv.c,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- demux_flv.c 15 Dec 2006 09:39:40 -0000 1.11
+++ demux_flv.c 15 Dec 2006 11:31:28 -0000 1.12
@@ -273,6 +273,7 @@
if (this->input->read(this->input, buf, size ) != size) {
this->status = DEMUX_FINISHED;
+ free(buf);
return;
}
@@ -323,6 +324,9 @@
case FLV_SOUND_FORMAT_PCM_BE:
buf_type = BUF_AUDIO_LPCM_BE;
break;
+ case FLV_SOUND_FORMAT_ADPCM:
+ buf_type = BUF_AUDIO_FLVADPCM;
+ break;
case FLV_SOUND_FORMAT_MP3:
buf_type = BUF_AUDIO_MPEG;
break;
-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Xine-cvslog mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/xine-cvslog