diff options
author | phintuka <phintuka> | 2010-05-15 19:24:05 +0000 |
---|---|---|
committer | phintuka <phintuka> | 2010-05-15 19:24:05 +0000 |
commit | 2d122333ed98d27493ea65904b5c10c8aac005e0 (patch) | |
tree | 51c6537cbb5c03c67e1c9a8b1ce6a2c833d31f59 | |
parent | fcf020d9d52b730cca2a5a588b197ffd03ba90a6 (diff) | |
download | xineliboutput-2d122333ed98d27493ea65904b5c10c8aac005e0.tar.gz xineliboutput-2d122333ed98d27493ea65904b5c10c8aac005e0.tar.bz2 |
Added DTS and AAC descriptor tags
-rw-r--r-- | tools/ts.h | 9 |
1 files changed, 6 insertions, 3 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.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 |