[FFmpeg-cvslog] libspeex: support ZygoAudio (quality 10 mode)
Piotr Bandurski
git at videolan.org
Sun Mar 9 22:26:48 CET 2014
ffmpeg | branch: master | Piotr Bandurski <ami_stuff at o2.pl> | Wed Jan 16 19:32:54 2013 +0100| [8a0bc40545a216a49f43db5d9a42a63961333354] | committer: Vittorio Giovara
libspeex: support ZygoAudio (quality 10 mode)
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=8a0bc40545a216a49f43db5d9a42a63961333354
---
libavformat/isom.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/libavformat/isom.c b/libavformat/isom.c
index d33d93a..b0923c4 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 },
};
More information about the ffmpeg-cvslog
mailing list