summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tools/ts.h9
1 files changed, 6 insertions, 3 deletions
diff --git a/tools/ts.h b/tools/ts.h
index ec5bf904..7a40929b 100644
--- a/tools/ts.h
+++ b/tools/ts.h
@@ -4,7 +4,7 @@
* See the main source file 'xineliboutput.c' for copyright information and
* how to reach the author.
*
- * $Id: ts.h,v 1.14 2010-03-23 06:20:12 rofafor Exp $
+ * $Id: ts.h,v 1.15 2010-05-15 19:24:05 phintuka Exp $
*
*/
@@ -77,13 +77,16 @@ typedef enum {
STREAM_VIDEO_MPEG = 0x80,
STREAM_AUDIO_AC3 = 0x81,
STREAM_AUDIO_EAC3 = 0x84,
+
STREAM_DVBSUB = 0x100
} ts_stream_type;
/* stream info descriptors */
-#define STREAM_DESCR_EAC3 0x7a
-#define STREAM_DESCR_AC3 0x6a
#define STREAM_DESCR_DVBSUB 0x59
+#define STREAM_DESCR_AC3 0x6a
+#define STREAM_DESCR_EAC3 0x7a
+#define STREAM_DESCR_DTS 0x7b
+#define STREAM_DESCR_AAC 0x7c
/*
* PAT