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:
Diffstat (limited to 'src/DSUtil/Mpeg2Def.h')
-rw-r--r--src/DSUtil/Mpeg2Def.h11
1 files changed, 10 insertions, 1 deletions
diff --git a/src/DSUtil/Mpeg2Def.h b/src/DSUtil/Mpeg2Def.h
index e6ff9faaa..edd0fd1e8 100644
--- a/src/DSUtil/Mpeg2Def.h
+++ b/src/DSUtil/Mpeg2Def.h
@@ -1,5 +1,5 @@
/*
- * (C) 2009-2013 see Authors.txt
+ * (C) 2009-2014 see Authors.txt
*
* This file is part of MPC-HC.
*
@@ -160,4 +160,13 @@ enum MPEG_TYPES {
mpeg_pva
};
+enum SERVICE_TYPE {
+ DIGITAL_TV = 0x01,
+ DIGITAL_RADIO = 0x02,
+ AVC_DIGITAL_RADIO = 0x0A,
+ MPEG2_HD_DIGITAL_TV = 0x11,
+ AVC_SD_TV = 0x16,
+ AVC_HD_TV = 0x19
+};
+
extern const wchar_t* StreamTypeToName(PES_STREAM_TYPE _Type);