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:
authordrevil_xxl <drevil_xxl@users.sourceforge.net>2009-11-24 22:41:46 +0300
committerdrevil_xxl <drevil_xxl@users.sourceforge.net>2009-11-24 22:41:46 +0300
commit33fd8c8cf51b27acd5357987412e65382c01f93f (patch)
tree2a6e07bed6421415a7fa403ea642be341d6c89aa /include
parent938a03beaae279b3b2689504a1c955d84dfb710d (diff)
minor updates
git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@1349 10f7b99b-c216-0410-bff0-8a66a9350fd8
Diffstat (limited to 'include')
-rw-r--r--include/inttypes.h2
-rw-r--r--include/moreuuids.h6
2 files changed, 6 insertions, 2 deletions
diff --git a/include/inttypes.h b/include/inttypes.h
index 41c334771..25542771f 100644
--- a/include/inttypes.h
+++ b/include/inttypes.h
@@ -40,7 +40,7 @@
#pragma once
#endif
-#include <stdint.h>
+#include "stdint.h"
// 7.8 Format conversion of integer types
diff --git a/include/moreuuids.h b/include/moreuuids.h
index 36e27c24c..c72038188 100644
--- a/include/moreuuids.h
+++ b/include/moreuuids.h
@@ -437,9 +437,13 @@ DEFINE_GUID(FORMAT_SubtitleInfo,
0xa33d2f7d, 0x96bc, 0x4337, 0xb2, 0x3b, 0xa8, 0xb9, 0xfb, 0xc2, 0x95, 0xe9);
// {04EBA53E-9330-436c-9133-553EC87031DC}
-DEFINE_GUID(MEDIASUBTYPE_HDMVSUB,
+DEFINE_GUID(MEDIASUBTYPE_HDMVSUB,
0x4eba53e, 0x9330, 0x436c, 0x91, 0x33, 0x55, 0x3e, 0xc8, 0x70, 0x31, 0xdc);
+// {34FFCBC3-D5B3-4171-9002-D4C60301697F }
+DEFINE_GUID(MEDIASUBTYPE_DVB_SUBTITLES,
+0x34FFCBC3, 0xD5B3, 0x4171, 0x90, 0x02, 0xD4, 0xC6, 0x03, 0x01, 0x69, 0x7F);
+
#pragma pack(push, 1)
typedef struct {
DWORD dwOffset;