Browse Source

Add G.722 to RIFF codec list

Originally committed as revision 25837 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/n0.8
Peter Ross 15 years ago
parent
commit
e8ffb2fa4c
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      libavformat/riff.c

+ 1
- 0
libavformat/riff.c View File

@@ -292,6 +292,7 @@ const AVCodecTag ff_codec_wav_tags[] = {
{ CODEC_ID_WMALOSSLESS, 0x0163 },
{ CODEC_ID_ADPCM_CT, 0x0200 },
{ CODEC_ID_ATRAC3, 0x0270 },
{ CODEC_ID_ADPCM_G722, 0x028F },
{ CODEC_ID_IMC, 0x0401 },
{ CODEC_ID_GSM_MS, 0x1500 },
{ CODEC_ID_TRUESPEECH, 0x1501 },


Loading…
Cancel
Save