diff libmpdemux/demux_rtp_internal.h @ 10476:1bc3ac054b08

Added support for checking whether a RTP demuxer had combined audio+video data.
author rsf
date Sun, 27 Jul 2003 10:13:26 +0000
parents e74916774667
children 32b305de8852
line wrap: on
line diff
--- a/libmpdemux/demux_rtp_internal.h	Sun Jul 27 10:11:42 2003 +0000
+++ b/libmpdemux/demux_rtp_internal.h	Sun Jul 27 10:13:26 2003 +0000
@@ -28,6 +28,7 @@
 
 // Flags that may be set by the above routines:
 #define RTPSTATE_IS_MPEG12_VIDEO 0x1 // is a MPEG-1 or 2 video stream
+#define RTPSTATE_IS_MULTIPLEXED 0x2 // is a combined audio+video stream
 
 // A routine to wait for the first packet of a RTP stream to arrive.
 // (For some RTP payload formats, codecs cannot be fully initialized until