summaryrefslogtreecommitdiff
path: root/libavformat/mpegts.h
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2003-06-28 23:44:09 +0000
committerMichael Niedermayer <michaelni@gmx.at>2003-06-28 23:44:09 +0000
commitce34182dd75c8cfdde134944f6de83e17c73ff9d (patch)
treef41e31d712bf689203102d26c1f958f85fcd4d2e /libavformat/mpegts.h
parentd3b150363c0d7a43a918586a30d651c26e9b0fcf (diff)
try to filter _all_ PATs if no SDT could be found patch by (<gbazin at altern dot org>)
+ mpegtsenc.c compile fix by me Originally committed as revision 1995 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/mpegts.h')
-rw-r--r--libavformat/mpegts.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/libavformat/mpegts.h b/libavformat/mpegts.h
index df0b6de216..8296ccfb98 100644
--- a/libavformat/mpegts.h
+++ b/libavformat/mpegts.h
@@ -31,8 +31,10 @@
#define PMT_TID 0x02
#define SDT_TID 0x42
-#define STREAM_TYPE_VIDEO 0x02
-#define STREAM_TYPE_AUDIO 0x03
+#define STREAM_TYPE_VIDEO_MPEG1 0x01
+#define STREAM_TYPE_VIDEO_MPEG2 0x02
+#define STREAM_TYPE_AUDIO_MPEG1 0x03
+#define STREAM_TYPE_AUDIO_MPEG2 0x04
#define STREAM_TYPE_PRIVATE_SECTION 0x05
#define STREAM_TYPE_PRIVATE_DATA 0x06