changeset 4892:92319feb4b5f libavformat

Add speex tag to nsv_codec_audio_tags.
author jai_menon
date Sat, 18 Apr 2009 08:34:15 +0000
parents 0adc245688ca
children 43626573995e
files nsvdec.c
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/nsvdec.c	Sat Apr 18 05:54:47 2009 +0000
+++ b/nsvdec.c	Sat Apr 18 08:34:15 2009 +0000
@@ -207,6 +207,7 @@
     { 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 },
 };