Commit 2782673d authored by michael's avatar michael

AMR-WB for 3GPP patch by (Jan Kratochvil - kratochvil) / bugreport #1187101


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@4427 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 0d3ebabc
......@@ -267,6 +267,7 @@ static const CodecTag codec_movaudio_tags[] = {
{ CODEC_ID_MACE6, MKTAG('M', 'A', 'C', '6') },
{ CODEC_ID_AAC, MKTAG('m', 'p', '4', 'a') },
{ CODEC_ID_AMR_NB, MKTAG('s', 'a', 'm', 'r') },
{ CODEC_ID_AMR_WB, MKTAG('s', 'a', 'w', 'b') },
{ CODEC_ID_PCM_S16BE, MKTAG('t', 'w', 'o', 's') },
{ CODEC_ID_PCM_S16LE, MKTAG('s', 'o', 'w', 't') },
{ CODEC_ID_MP3, MKTAG('.', 'm', 'p', '3') },
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment