diff options
author | Carl Eugen Hoyos <cehoyos@ag.or.at> | 2017-03-28 23:55:01 +0200 |
---|---|---|
committer | Carl Eugen Hoyos <cehoyos@ag.or.at> | 2017-04-12 22:53:21 +0200 |
commit | d89ac691c9cf9b5bc0912c5e2c8ba7747e23cf5e (patch) | |
tree | 8fb645a60da33039c282aa7aa4d32cda12d800a2 | |
parent | a081acc44082e4124a11747139b9a329fe01736e (diff) | |
download | ffmpeg-d89ac691c9cf9b5bc0912c5e2c8ba7747e23cf5e.tar.gz |
lavf/isom: Remove codec point for WMAv2 that has never worked.
-rw-r--r-- | libavformat/isom.c | 1 |
1 files changed, 0 insertions, 1 deletions
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 */ |