From 2fef7b537436afdb3e01544a7f2ac5bae7dad3b7 Mon Sep 17 00:00:00 2001 From: Baptiste Coudurier Date: Sun, 31 May 2009 03:02:12 +0000 Subject: remove defines Originally committed as revision 19004 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavformat/mpegts.h | 6 ------ 1 file changed, 6 deletions(-) (limited to 'libavformat/mpegts.h') diff --git a/libavformat/mpegts.h b/libavformat/mpegts.h index 4d06b1d1c7..e5df071255 100644 --- a/libavformat/mpegts.h +++ b/libavformat/mpegts.h @@ -39,9 +39,6 @@ #define PMT_TID 0x02 #define SDT_TID 0x42 -/* descriptor ids */ -#define DVB_SUBT_DESCID 0x59 - #define STREAM_TYPE_VIDEO_MPEG1 0x01 #define STREAM_TYPE_VIDEO_MPEG2 0x02 #define STREAM_TYPE_AUDIO_MPEG1 0x03 @@ -56,9 +53,6 @@ #define STREAM_TYPE_AUDIO_AC3 0x81 #define STREAM_TYPE_AUDIO_DTS 0x8a -#define STREAM_TYPE_AUDIO_HDMV_DTS 0x82 - -#define STREAM_TYPE_SUBTITLE_DVB 0x100 typedef struct MpegTSContext MpegTSContext; -- cgit v1.2.3