[FFmpeg-cvslog] r18604 - trunk/libavformat/nsvdec.c

jai_menon subversion
Sat Apr 18 10:34:15 CEST 2009


Author: jai_menon
Date: Sat Apr 18 10:34:15 2009
New Revision: 18604

Log:
Add speex tag to nsv_codec_audio_tags.

Modified:
   trunk/libavformat/nsvdec.c

Modified: trunk/libavformat/nsvdec.c
==============================================================================
--- trunk/libavformat/nsvdec.c	Sat Apr 18 07:54:47 2009	(r18603)
+++ trunk/libavformat/nsvdec.c	Sat Apr 18 10:34:15 2009	(r18604)
@@ -207,6 +207,7 @@ static const AVCodecTag nsv_codec_audio_
     { CODEC_ID_MP3, MKTAG('M', 'P', '3', ' ') },
     { CODEC_ID_AAC, MKTAG('A', 'A', 'C', ' ') },
     { CODEC_ID_AAC, MKTAG('A', 'A', 'C', 'P') }, /* _CUTTED__MUXED_2 Heads - Out Of The City.nsv */
+    { CODEC_ID_SPEEX, MKTAG('S', 'P', 'X', ' ') },
     { CODEC_ID_PCM_U16LE, MKTAG('P', 'C', 'M', ' ') },
     { 0, 0 },
 };



More information about the ffmpeg-cvslog mailing list