forked from FFmpeg/FFmpeg
libspeex: support ZygoAudio (quality 10 mode)
This commit is contained in:
parent
360022bd3b
commit
8a0bc40545
1 changed files with 1 additions and 0 deletions
|
@ -285,6 +285,7 @@ const AVCodecTag ff_codec_movaudio_tags[] = {
|
|||
{ AV_CODEC_ID_QDM2, MKTAG('Q', 'D', 'M', '2') },
|
||||
{ AV_CODEC_ID_QDMC, MKTAG('Q', 'D', 'M', 'C') },
|
||||
{ AV_CODEC_ID_SPEEX, MKTAG('s', 'p', 'e', 'x') }, /* Flash Media Server */
|
||||
{ AV_CODEC_ID_SPEEX, MKTAG('S', 'P', 'X', 'N') }, /* ZygoAudio (quality 10 mode) */
|
||||
{ AV_CODEC_ID_WMAV2, MKTAG('W', 'M', 'A', '2') },
|
||||
{ AV_CODEC_ID_NONE, 0 },
|
||||
};
|
||||
|
|
Loading…
Add table
Reference in a new issue