[Mplayer-cvslog] CVS: main/libmpdemux demux_rtp.h,1.2,1.3

Ross Finlayson CVS syncmail at mplayerhq.hu
Sun Feb 22 07:19:26 CET 2004


CVS change done by Ross Finlayson CVS

Update of /cvsroot/mplayer/main/libmpdemux
In directory mail:/var2/tmp/cvs-serv25524

Modified Files:
	demux_rtp.h 
Log Message:
Added support for handling multiplexed audio+video RTP streams.


Index: demux_rtp.h
===================================================================
RCS file: /cvsroot/mplayer/main/libmpdemux/demux_rtp.h,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- demux_rtp.h	27 Jul 2003 10:11:42 -0000	1.2
+++ demux_rtp.h	22 Feb 2004 06:19:24 -0000	1.3
@@ -19,7 +19,7 @@
 
 // Open a RTP demuxer (which was initiated either from a SDP file,
 // or from a RTSP URL):
-void demux_open_rtp(demuxer_t* demuxer);
+demuxer_t* demux_open_rtp(demuxer_t* demuxer);
 
 // Test whether a RTP demuxer is for a MPEG stream:
 int demux_is_mpeg_rtp_stream(demuxer_t* demuxer);




More information about the MPlayer-cvslog mailing list