From dfca23e361cfcd557a0ec65ee0469e11bfc70f3a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Reimar=20D=C3=B6ffinger?= Date: Mon, 27 Mar 2006 22:22:50 +0000 Subject: NuppelVideo/MythTVVideo support, including rtjpeg decoder Originally committed as revision 5232 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavformat/wav.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'libavformat/wav.c') 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 }, }; -- cgit v1.2.3