Revision 86b61d42 libavformat/mov.c
libavformat/mov.c | ||
---|---|---|
792 | 792 |
|
793 | 793 |
st->codec->codec_tag = format; |
794 | 794 |
id = codec_get_id(codec_movaudio_tags, format); |
795 |
if (id<=0 && (format&0xFFFF) == 'm'+('s'<<8))
|
|
795 |
if (id<=0 && ((format&0xFFFF) == 'm'+('s'<<8) || (format&0xFFFF) == 'T'+('S'<<8)))
|
|
796 | 796 |
id = codec_get_id(codec_wav_tags, bswap_32(format)&0xFFFF); |
797 | 797 |
|
798 | 798 |
if (st->codec->codec_type != CODEC_TYPE_VIDEO && id > 0) { |
Also available in: Unified diff