# HG changeset patch # User rsf # Date 1073381427 0 # Node ID a79a318585ceb59da42815b16f273829e0b50a80 # Parent 32b305de885285d1c5de6bb139c71f2d6fc51c2e Changed to conform to recent changes to the "LIVE.COM Streaming Media" code. diff -r 32b305de8852 -r a79a318585ce libmpdemux/demux_rtp.cpp --- a/libmpdemux/demux_rtp.cpp Tue Jan 06 09:29:42 2004 +0000 +++ b/libmpdemux/demux_rtp.cpp Tue Jan 06 09:30:27 2004 +0000 @@ -390,7 +390,9 @@ // >= the largest conceivable frame composed from one or more RTP packets static void afterReading(void* clientData, unsigned frameSize, - struct timeval presentationTime) { + unsigned /*numTruncatedBytes*/, + struct timeval presentationTime, + unsigned /*durationInMicroseconds*/) { if (frameSize >= MAX_RTP_FRAME_SIZE) { fprintf(stderr, "Saw an input frame too large (>=%d). Increase MAX_RTP_FRAME_SIZE in \"demux_rtp.cpp\".\n", MAX_RTP_FRAME_SIZE);