From aecd5ce28c73bd1f8d334ee1fc825fd2bef45b98 Mon Sep 17 00:00:00 2001 From: Kieran Kunhya Date: Fri, 24 Dec 2010 21:45:05 +0000 Subject: [PATCH] Add DVB stream attributes. --- libmpegts.h | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/libmpegts.h b/libmpegts.h index 985c75a..4358c2a 100644 --- a/libmpegts.h +++ b/libmpegts.h @@ -202,6 +202,14 @@ typedef struct int hdmv_aspect_ratio; int hdmv_video_format; } ts_stream_t; + +/**** Stream attributes (DVB) ****/ + +#define DVB_SERVICE_TYPE_DIGITAL_TELEVISION 0x01 +#define DVB_SERVICE_TYPE_DIGITAL_RADIO_SOUND 0x02 +#define DVB_SERVICE_TYPE_TELETEXT 0x03 +#define DVB_SERVICE_TYPE_ADVANCED_CODEC_SD 0x16 +#define DVB_SERVICE_TYPE_ADVANCED_CODEC_HD 0x19 /***** Additional Codec-Specific functions *****/ /* Some formats may require extra information. Setup the relevant information using the following functions */