From 2d122333ed98d27493ea65904b5c10c8aac005e0 Mon Sep 17 00:00:00 2001 From: phintuka Date: Sat, 15 May 2010 19:24:05 +0000 Subject: Added DTS and AAC descriptor tags --- tools/ts.h | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'tools') 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 -- cgit v1.2.3