diff options
author | phintuka <phintuka> | 2009-09-09 11:51:21 +0000 |
---|---|---|
committer | phintuka <phintuka> | 2009-09-09 11:51:21 +0000 |
commit | a78ec811e9343bf3d186c9fde25c07cb3ab3545e (patch) | |
tree | 688a3d9c8d8ad268a73643c96333eaa8b37fd04b /tools | |
parent | 84068b00e806348325d9aeedb1e4feebb396c6b6 (diff) | |
download | xineliboutput-a78ec811e9343bf3d186c9fde25c07cb3ab3545e.tar.gz xineliboutput-a78ec811e9343bf3d186c9fde25c07cb3ab3545e.tar.bz2 |
Added descriptors
Diffstat (limited to 'tools')
-rw-r--r-- | tools/ts.h | 8 |
1 files changed, 7 insertions, 1 deletions
@@ -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 |