summaryrefslogtreecommitdiffstats
path: root/demux/matroska.h
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2013-03-15 07:49:47 +0100
committerwm4 <wm4@nowhere>2013-03-15 12:17:39 +0100
commite837d8ddaca6f72e29c69833bd46a0454d36221f (patch)
tree30d4d6d55cec81881ac7e695e66708f870891341 /demux/matroska.h
parentdf4b31c869593d889a172c4e79dda6303d0b5dda (diff)
downloadmpv-e837d8ddaca6f72e29c69833bd46a0454d36221f.tar.bz2
mpv-e837d8ddaca6f72e29c69833bd46a0454d36221f.tar.xz
demux_mkv: support ALAC
Test sample was produced with ffmpeg. Extradata handling closely follows libavformat/matroskadec.c.
Diffstat (limited to 'demux/matroska.h')
-rw-r--r--demux/matroska.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/demux/matroska.h b/demux/matroska.h
index 2d424e2a40..be28f34282 100644
--- a/demux/matroska.h
+++ b/demux/matroska.h
@@ -52,6 +52,7 @@
#define MKV_A_QDMC "A_QUICKTIME/QDMC"
#define MKV_A_QDMC2 "A_QUICKTIME/QDM2"
#define MKV_A_FLAC "A_FLAC"
+#define MKV_A_ALAC "A_ALAC"
#define MKV_A_TTA1 "A_TTA1"
#define MKV_A_WAVPACK "A_WAVPACK4"
#define MKV_A_TRUEHD "A_TRUEHD"