summaryrefslogtreecommitdiff
path: root/libavformat/mpegts.h
diff options
context:
space:
mode:
Diffstat (limited to 'libavformat/mpegts.h')
-rw-r--r--libavformat/mpegts.h6
1 files changed, 0 insertions, 6 deletions
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;