Added support for checking whether a RTP demuxer had combined audio+video data.

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10477 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
rsf 2003-07-27 10:13:26 +00:00
parent fb9ccf4b03
commit fdedb6606a
1 changed files with 1 additions and 0 deletions

View File

@ -28,6 +28,7 @@ void rtpCodecInitialize_audio(demuxer_t* demuxer,
// 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