aboutsummaryrefslogtreecommitdiffstats
path: root/libavformat/wav.c
diff options
context:
space:
mode:
authorReimar Döffinger <Reimar.Doeffinger@gmx.de>2006-03-27 22:22:50 +0000
committerReimar Döffinger <Reimar.Doeffinger@gmx.de>2006-03-27 22:22:50 +0000
commitdfca23e361cfcd557a0ec65ee0469e11bfc70f3a (patch)
tree088799aaad7540193b8d7bc9e5f4c3b8db88feb2 /libavformat/wav.c
parent4f6a6e1f81b555bd20f13132bd91f421e3d98452 (diff)
downloadandroid_external_ffmpeg-dfca23e361cfcd557a0ec65ee0469e11bfc70f3a.tar.gz
android_external_ffmpeg-dfca23e361cfcd557a0ec65ee0469e11bfc70f3a.tar.bz2
android_external_ffmpeg-dfca23e361cfcd557a0ec65ee0469e11bfc70f3a.zip
NuppelVideo/MythTVVideo support, including rtjpeg decoder
Originally committed as revision 5232 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/wav.c')
-rw-r--r--libavformat/wav.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/libavformat/wav.c b/libavformat/wav.c
index b712c5832c..0f04456445 100644
--- a/libavformat/wav.c
+++ b/libavformat/wav.c
@@ -45,6 +45,10 @@ const CodecTag codec_wav_tags[] = {
{ CODEC_ID_ADPCM_CT, 0x200 },
{ CODEC_ID_ADPCM_SWF, ('S'<<8)+'F' },
{ CODEC_ID_TRUESPEECH, 0x22 },
+
+ // for NuppelVideo (nuv.c)
+ { CODEC_ID_PCM_S16LE, MKTAG('R', 'A', 'W', 'A') },
+ { CODEC_ID_MP3, MKTAG('L', 'A', 'M', 'E') },
{ 0, 0 },
};