[FFmpeg-cvslog] lavf/isom: Remove codec point for WMAv2 that has never worked.

Carl Eugen Hoyos git at videolan.org
Wed Apr 12 23:53:36 EEST 2017


ffmpeg | branch: master | Carl Eugen Hoyos <cehoyos at ag.or.at> | Tue Mar 28 23:55:01 2017 +0200| [d89ac691c9cf9b5bc0912c5e2c8ba7747e23cf5e] | committer: Carl Eugen Hoyos

lavf/isom: Remove codec point for WMAv2 that has never worked.

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=d89ac691c9cf9b5bc0912c5e2c8ba7747e23cf5e
---

 libavformat/isom.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/libavformat/isom.c b/libavformat/isom.c
index 3a932dae08..55221156f8 100644
--- a/libavformat/isom.c
+++ b/libavformat/isom.c
@@ -354,7 +354,6 @@ const AVCodecTag ff_codec_movaudio_tags[] = {
     { 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_EVRC,            MKTAG('s', 'e', 'v', 'c') }, /* 3GPP2 */
     { AV_CODEC_ID_SMV,             MKTAG('s', 's', 'm', 'v') }, /* 3GPP2 */
     { AV_CODEC_ID_FLAC,            MKTAG('f', 'L', 'a', 'C') }, /* nonstandard */



More information about the ffmpeg-cvslog mailing list