summaryrefslogtreecommitdiff
path: root/libavformat/riff.c
diff options
context:
space:
mode:
authorcompn <tempn@mi.rr.com>2016-05-07 06:56:43 -0400
committercompn <tempn@mi.rr.com>2016-05-07 06:56:43 -0400
commit1e109bbbf13324562b6186fb0ef758c9cef5cfd3 (patch)
tree6e75c470925e0bfffe1799a1e5c285ef1e927cfe /libavformat/riff.c
parente601e078e94f03d1288daa8516249cc27be688f7 (diff)
riff: add comment for g721,g723 codec tags
Signed-off-by: Piotr Bandurski <ami_stuff@o2.pl>
Diffstat (limited to 'libavformat/riff.c')
-rw-r--r--libavformat/riff.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/libavformat/riff.c b/libavformat/riff.c
index dd20aff280..6280e907a6 100644
--- a/libavformat/riff.c
+++ b/libavformat/riff.c
@@ -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 },