From 5c7bf2dddee5bdfa247ff0d57cb8a37d19077f66 Mon Sep 17 00:00:00 2001 From: Justin Ruggles Date: Mon, 26 Nov 2012 23:36:13 -0500 Subject: lavf: move nuv fourcc audio tags from riff to nuv --- libavformat/riff.c | 5 ----- 1 file changed, 5 deletions(-) (limited to 'libavformat/riff.c') diff --git a/libavformat/riff.c b/libavformat/riff.c index 475486da82..79b2670481 100644 --- a/libavformat/riff.c +++ b/libavformat/riff.c @@ -343,11 +343,6 @@ const AVCodecTag ff_codec_wav_tags[] = { { AV_CODEC_ID_FLAC, 0xF1AC }, { AV_CODEC_ID_ADPCM_SWF, ('S'<<8)+'F' }, { AV_CODEC_ID_VORBIS, ('V'<<8)+'o' }, //HACK/FIXME, does vorbis in WAV/AVI have an (in)official id? - - /* FIXME: All of the IDs below are not 16 bit and thus illegal. */ - // for NuppelVideo (nuv.c) - { AV_CODEC_ID_PCM_S16LE, MKTAG('R', 'A', 'W', 'A') }, - { AV_CODEC_ID_MP3, MKTAG('L', 'A', 'M', 'E') }, { AV_CODEC_ID_NONE, 0 }, }; -- cgit v1.2.3