Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/mpc-hc.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAleksoid <aleksoid@users.sourceforge.net>2012-04-18 08:51:33 +0400
committerAleksoid <aleksoid@users.sourceforge.net>2012-04-18 08:51:33 +0400
commit7e3184315b1cc2a3c89e8c12103fe46e7f20d032 (patch)
treec493098ce117cb5600348dc145a7afe5b7acd647 /include
parenteb01a0a814bc98ffb9b14c3f67e6c23626cf6e25 (diff)
Change : support ALS(MPEG-4 Audio Lossless Coding) by MP4Splitter and MPADecFilter, use our own GUID for this;
Change : small ffmpeg update; git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@4422 10f7b99b-c216-0410-bff0-8a66a9350fd8
Diffstat (limited to 'include')
-rw-r--r--include/moreuuids.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/moreuuids.h b/include/moreuuids.h
index d03e82048..909e2f40e 100644
--- a/include/moreuuids.h
+++ b/include/moreuuids.h
@@ -1089,6 +1089,10 @@ DEFINE_GUID(MEDIASUBTYPE_NELLYMOSER,
DEFINE_GUID(MEDIASUBTYPE_ALAC,
0x63616C61, 0x0000, 0x0010, 0x80, 0x00, 0x00, 0xaa, 0x00, 0x38, 0x9b, 0x71);
+// 20534C41-0000-0010-8000-00AA00389B71
+DEFINE_GUID(MEDIASUBTYPE_ALS,
+ 0x20534C41, 0x0000, 0x0010, 0x80, 0x00, 0x00, 0xaa, 0x00, 0x38, 0x9b, 0x71);
+
// {949F97FD-56F6-4527-B4AE-DDEB375AB80F} Mpc-hc specific !
DEFINE_GUID(MEDIASUBTYPE_HDMV_LPCM_AUDIO,
0x949f97fd, 0x56f6, 0x4527, 0xb4, 0xae, 0xdd, 0xeb, 0x37, 0x5a, 0xb8, 0xf);