From a78ec811e9343bf3d186c9fde25c07cb3ab3545e Mon Sep 17 00:00:00 2001 From: phintuka Date: Wed, 9 Sep 2009 11:51:21 +0000 Subject: Added descriptors --- tools/ts.h | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'tools') diff --git a/tools/ts.h b/tools/ts.h index ca5ec516..98fa3f9e 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.11 2009-07-03 05:37:05 phintuka Exp $ + * $Id: ts.h,v 1.12 2009-09-09 11:51:21 phintuka Exp $ * */ @@ -52,6 +52,9 @@ extern "C" { #define DATA_IS_TS(data) ((data)[0] == TS_SYNC_BYTE) +/* + * stream types (PMT) + */ typedef enum { ISO_11172_VIDEO = 0x01, /* ISO/IEC 11172 Video */ @@ -76,6 +79,9 @@ typedef enum { STREAM_DVBSUB = 0x100 } ts_stream_type; +/* stream info descriptors */ +#define STREAM_DESCR_AC3 0x6a +#define STREAM_DESCR_DVBSUB 0x59 /* * PAT -- cgit v1.2.3