mirror of
https://github.com/mpv-player/mpv
synced 2025-04-01 23:00:41 +00:00
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:
parent
fb9ccf4b03
commit
fdedb6606a
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user