Browse Source

riff: add comment for g721,g723 codec tags

Signed-off-by: Piotr Bandurski <ami_stuff@o2.pl>
tags/n3.1
compn 9 years ago
parent
commit
1e109bbbf1
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      libavformat/riff.c

+ 2
- 2
libavformat/riff.c View File

@@ -450,8 +450,8 @@ const AVCodecTag ff_codec_wav_tags[] = {
{ AV_CODEC_ID_AMR_NB, 0x0038 }, /* rogue format number */
{ AV_CODEC_ID_G723_1, 0x0042 },
{ AV_CODEC_ID_ADPCM_G726, 0x0045 },
{ AV_CODEC_ID_ADPCM_G726, 0x0014 },
{ AV_CODEC_ID_ADPCM_G726, 0x0040 },
{ AV_CODEC_ID_ADPCM_G726, 0x0014 }, /* g723 Antex */
{ AV_CODEC_ID_ADPCM_G726, 0x0040 }, /* g721 Antex */
{ AV_CODEC_ID_MP2, 0x0050 },
{ AV_CODEC_ID_MP3, 0x0055 },
{ AV_CODEC_ID_AMR_NB, 0x0057 },


Loading…
Cancel
Save