[FFmpeg-devel] [PATCH] Support RTP/TCP in the RTSP muxer
Ronald S. Bultje
rsbultje
Mon Mar 15 17:05:26 CET 2010
Hi,
On Mon, Mar 15, 2010 at 11:50 AM, Martin Storsj? <martin at martin.st> wrote:
[..]
if (return_on_interleaved_data) {
return 1;
} else
- rtsp_skip_packet(s);
+ ff_rtsp_skip_packet(s);
} else if (ch != '\r') {
if ((q - buf) < sizeof(buf) - 1)
*q++ = ch;
Can you fix the indenting in a separate patch? I must've forgotten.
Patch #1 is OK otherwise.
Patch #2 seems pointless, why would you want to skip packets there
instead of in read_reply()?
#3 not yet reviewed. :-).
Ronald
More information about the ffmpeg-devel
mailing list