summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorphintuka <phintuka>2010-05-15 19:24:05 +0000
committerphintuka <phintuka>2010-05-15 19:24:05 +0000
commit2d122333ed98d27493ea65904b5c10c8aac005e0 (patch)
tree51c6537cbb5c03c67e1c9a8b1ce6a2c833d31f59
parentfcf020d9d52b730cca2a5a588b197ffd03ba90a6 (diff)
downloadxineliboutput-2d122333ed98d27493ea65904b5c10c8aac005e0.tar.gz
xineliboutput-2d122333ed98d27493ea65904b5c10c8aac005e0.tar.bz2
Added DTS and AAC descriptor tags
-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