Update of /cvsroot/xine/xine-lib/src/libffmpeg
In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv21604/libffmpeg

Modified Files:
        audio_decoder.c 
Log Message:
Added BUF_AUDIO_FLVADPCM (Flash ADPCM).


Index: audio_decoder.c
===================================================================
RCS file: /cvsroot/xine/xine-lib/src/libffmpeg/audio_decoder.c,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -r1.29 -r1.30
--- audio_decoder.c     13 Oct 2006 21:41:30 -0000      1.29
+++ audio_decoder.c     15 Dec 2006 11:31:29 -0000      1.30
@@ -107,6 +107,7 @@
   {BUF_AUDIO_TRUESPEECH, CODEC_ID_TRUESPEECH,     "TrueSpeech (ffmpeg)"},
   {BUF_AUDIO_TTA,        CODEC_ID_TTA,            "True Audio Lossless 
(ffmpeg)"},
   {BUF_AUDIO_SMACKER,    CODEC_ID_SMACKAUDIO,     "Smacker (ffmpeg)"},
+  {BUF_AUDIO_FLVADPCM,   CODEC_ID_ADPCM_SWF,                   "Flash ADPCM 
(ffmpeg)"},
 };
 
 
@@ -472,6 +473,7 @@
   BUF_AUDIO_TRUESPEECH,
   BUF_AUDIO_TTA,
   BUF_AUDIO_SMACKER,
+  BUF_AUDIO_FLVADPCM,
   0
 };
 


-------------------------------------------------------------------------
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

Reply via email to