From 41eaeff82b98a60d59cd96786e41903fa9e32cc7 Mon Sep 17 00:00:00 2001 From: phintuka Date: Mon, 2 Feb 2009 22:59:10 +0000 Subject: Added STREAM_DVBSUB --- tools/ts.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'tools') diff --git a/tools/ts.h b/tools/ts.h index 2a825e4d..77228e72 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.4 2009-01-28 12:23:13 phintuka Exp $ + * $Id: ts.h,v 1.5 2009-02-02 22:59:10 phintuka Exp $ * */ @@ -64,6 +64,7 @@ typedef enum { ISO_14496_PART10_VIDEO = 0x1b, /* ISO/IEC 14496-10 Video (MPEG-4 part 10/AVC, aka H.264) */ STREAM_VIDEO_MPEG = 0x80, STREAM_AUDIO_AC3 = 0x81, + STREAM_DVBSUB = 0x100 } ts_stream_type; -- cgit v1.2.3