From e837d8ddaca6f72e29c69833bd46a0454d36221f Mon Sep 17 00:00:00 2001 From: wm4 Date: Fri, 15 Mar 2013 07:49:47 +0100 Subject: demux_mkv: support ALAC Test sample was produced with ffmpeg. Extradata handling closely follows libavformat/matroskadec.c. --- demux/codec_tags.c | 1 + 1 file changed, 1 insertion(+) (limited to 'demux/codec_tags.c') diff --git a/demux/codec_tags.c b/demux/codec_tags.c index 8f535ba487..70b7a9a26e 100644 --- a/demux/codec_tags.c +++ b/demux/codec_tags.c @@ -104,6 +104,7 @@ static const struct mp_codec_tag mp_audio_codec_tags[] = { {0xfffe , "pcm"}, // ------- internal mplayer FourCCs ------ {MKTAG('O', 'p', 'u', 's'), "opus"}, // demux_mkv.c + {MKTAG('a', 'L', 'a', 'C'), "alac"}, // demux_mkv.c {MKTAG('S', 'a', 'd', 'x'), "adpcm_adx"}, {MKTAG('A', 'M', 'V', 'A'), "adpcm_ima_amv"}, {MKTAG('R', 'o', 'Q', 'A'), "roq_dpcm"}, -- cgit v1.2.3