projects
/
platform
/
upstream
/
libav.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
67d0492
)
Add speex tag to nsv_codec_audio_tags.
author
Jai Menon
<jmenon86@gmail.com>
Sat, 18 Apr 2009 08:34:15 +0000
(08:34 +0000)
committer
Jai Menon
<jmenon86@gmail.com>
Sat, 18 Apr 2009 08:34:15 +0000
(08:34 +0000)
Originally committed as revision 18604 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavformat/nsvdec.c
patch
|
blob
|
history
diff --git
a/libavformat/nsvdec.c
b/libavformat/nsvdec.c
index
4fe2d3a
..
78c3aca
100644
(file)
--- a/
libavformat/nsvdec.c
+++ b/
libavformat/nsvdec.c
@@
-207,6
+207,7
@@
static const AVCodecTag nsv_codec_audio_tags[] = {
{ 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 },
};