[FFmpeg-devel] [PATCH]Support speex in isom

Carl Eugen Hoyos cehoyos at ag.or.at
Wed Aug 31 12:08:09 CEST 2011


Hi!

Attached patch allows to decode some Flash samples containing speex audio.

I will commit if nobody objects, Carl Eugen
-------------- next part --------------
diff --git a/libavformat/isom.c b/libavformat/isom.c
index 7d5d624..d588887 100644
--- a/libavformat/isom.c
+++ b/libavformat/isom.c
@@ -270,6 +270,8 @@ const AVCodecTag codec_movaudio_tags[] = {
     { CODEC_ID_QDMC, MKTAG('Q', 'D', 'M', 'C') }, /* QDMC */
     { CODEC_ID_QDM2, MKTAG('Q', 'D', 'M', '2') }, /* QDM2 */
 
+    { CODEC_ID_SPEEX, MKTAG('s','p','e','x') },
+
     { CODEC_ID_DVAUDIO, MKTAG('v', 'd', 'v', 'a') },
     { CODEC_ID_DVAUDIO, MKTAG('d', 'v', 'c', 'a') },
 


More information about the ffmpeg-devel mailing list