[Mplayer-cvslog] CVS: main/libmpdemux demux_rtp_internal.h,1.2,1.3
Ross Finlayson CVS
rsf at mplayerhq.hu
Sun Jul 27 12:13:31 CEST 2003
Update of /cvsroot/mplayer/main/libmpdemux
In directory mail:/var/tmp.root/cvs-serv3314
Modified Files:
demux_rtp_internal.h
Log Message:
Added support for checking whether a RTP demuxer had combined audio+video data.
Index: demux_rtp_internal.h
===================================================================
RCS file: /cvsroot/mplayer/main/libmpdemux/demux_rtp_internal.h,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- demux_rtp_internal.h 11 Mar 2003 19:08:31 -0000 1.2
+++ demux_rtp_internal.h 27 Jul 2003 10:13:26 -0000 1.3
@@ -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
More information about the MPlayer-cvslog
mailing list