Mercurial > mplayer.hg
changeset 11755:a79a318585ce
Changed to conform to recent changes to the "LIVE.COM Streaming Media" code.
author | rsf |
---|---|
date | Tue, 06 Jan 2004 09:30:27 +0000 |
parents | 32b305de8852 |
children | 5c55de920ac0 |
files | libmpdemux/demux_rtp.cpp |
diffstat | 1 files changed, 3 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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);