From e19879533d90f6f51acccd70d25e755898412b89 Mon Sep 17 00:00:00 2001 From: arpi Date: Sun, 9 Feb 2003 17:06:38 +0000 Subject: Motion-JPEG RTP streams can now be played. Some MPEG-4 ES video RTP streams can also be played. patch by Ross Finlayson git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9371 b3059339-0415-0410-9bf9-f77b7e298cf2 --- libmpdemux/demux_rtp.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'libmpdemux/demux_rtp.cpp') diff --git a/libmpdemux/demux_rtp.cpp b/libmpdemux/demux_rtp.cpp index 42bb5bb67c..75cf85e78e 100644 --- a/libmpdemux/demux_rtp.cpp +++ b/libmpdemux/demux_rtp.cpp @@ -147,6 +147,7 @@ extern "C" void demux_open_rtp(demuxer_t* demuxer) { rtpState->sdpDescription = sdpDescription; rtpState->rtspClient = rtspClient; rtpState->mediaSession = mediaSession; + rtpState->audioBufferQueue = rtpState->videoBufferQueue = NULL; rtpState->firstSyncTime.tv_sec = rtpState->firstSyncTime.tv_usec = 0; demuxer->priv = rtpState; -- cgit v1.2.3