lavf: move nuv fourcc audio tags from riff to nuv
This commit is contained in:
@@ -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 },
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user