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>2010-08-20 02:29:43 +0400
committerAleksoid <aleksoid@users.sourceforge.net>2010-08-20 02:29:43 +0400
commitd7b8dffbcc20a1901d9ee36d35fde681e6d84db2 (patch)
treeee712f1dc71fd8140d131798d93f8846ee2ce085 /include
parentfe385e117952ba595e0a761b5921beb5f65de741 (diff)
Change : rewrite code for 'raw ','twos','sowt';
Add : support for 8-bit 'twos'; Add : support for 'in32', 'fl32'; Fix : bug bit depth of sound in Bento4; Thanks to V0lt for patch. git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@2278 10f7b99b-c216-0410-bff0-8a66a9350fd8
Diffstat (limited to 'include')
-rw-r--r--include/moreuuids.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/include/moreuuids.h b/include/moreuuids.h
index 5e0f562a1..85fbc0129 100644
--- a/include/moreuuids.h
+++ b/include/moreuuids.h
@@ -289,6 +289,14 @@ DEFINE_GUID(MEDIASUBTYPE_PCM_TWOS,
DEFINE_GUID(MEDIASUBTYPE_PCM_SOWT,
0x74776f73, 0x0000, 0x0010, 0x80, 0x00, 0x00, 0xAA, 0x00, 0x38, 0x9B, 0x71);
+//32336E69-0000-0010-8000-00AA00389B71
+DEFINE_GUID(MEDIASUBTYPE_PCM_IN32,
+0x32336E69, 0x0000, 0x0010, 0x80, 0x00, 0x00, 0xAA, 0x00, 0x38, 0x9B, 0x71);
+
+//32336C66-0000-0010-8000-00AA00389B71
+DEFINE_GUID(MEDIASUBTYPE_PCM_FL32,
+0x32336C66, 0x0000, 0x0010, 0x80, 0x00, 0x00, 0xAA, 0x00, 0x38, 0x9B, 0x71);
+
enum
{
WAVE_FORMAT_14_4 = 0x2002,