diff options
author | Piotr Bandurski <ami_stuff@o2.pl> | 2013-01-16 19:32:54 +0100 |
---|---|---|
committer | Vittorio Giovara <vittorio.giovara@gmail.com> | 2014-03-09 18:09:39 +0100 |
commit | 8a0bc40545a216a49f43db5d9a42a63961333354 (patch) | |
tree | 75ae9d1f9f6ab272dfe9242d205e54eedc8eda79 /libavformat/isom.c | |
parent | 360022bd3b894cc01ea112b275fa4c8f53881808 (diff) | |
download | ffmpeg-8a0bc40545a216a49f43db5d9a42a63961333354.tar.gz |
libspeex: support ZygoAudio (quality 10 mode)
Diffstat (limited to 'libavformat/isom.c')
-rw-r--r-- | libavformat/isom.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavformat/isom.c b/libavformat/isom.c index d33d93ac56..b0923c40cf 100644 --- a/libavformat/isom.c +++ b/libavformat/isom.c @@ -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 }, }; |