summaryrefslogtreecommitdiffstats
path: root/libmpdemux/matroska.h
diff options
context:
space:
mode:
authoraurel <aurel@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-10-21 22:57:42 +0000
committeraurel <aurel@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-10-21 22:57:42 +0000
commit5340c0c03c2acb5a537e4d619cb075fafd41a41e (patch)
tree8a2fc76061ddb3fe2a2e2c310b1528b1d42fb00c /libmpdemux/matroska.h
parent27d76cfaab5be73017183eec8e69f96a4ebcccc8 (diff)
downloadmpv-5340c0c03c2acb5a537e4d619cb075fafd41a41e.tar.bz2
mpv-5340c0c03c2acb5a537e4d619cb075fafd41a41e.tar.xz
add support for wavpack into matroska
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24833 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libmpdemux/matroska.h')
-rw-r--r--libmpdemux/matroska.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libmpdemux/matroska.h b/libmpdemux/matroska.h
index 0367925ec8..9efce44d27 100644
--- a/libmpdemux/matroska.h
+++ b/libmpdemux/matroska.h
@@ -33,6 +33,7 @@
#define MKV_A_QDMC "A_QUICKTIME/QDMC"
#define MKV_A_QDMC2 "A_QUICKTIME/QDM2"
#define MKV_A_FLAC "A_FLAC"
+#define MKV_A_WAVPACK "A_WAVPACK4"
#define MKV_V_MSCOMP "V_MS/VFW/FOURCC"
#define MKV_V_REALV10 "V_REAL/RV10"