Commit 36b564e9 authored by mstorsjo's avatar mstorsjo

Reindent


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@22546 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 0ffff496
......@@ -917,7 +917,7 @@ int ff_rtsp_read_reply(AVFormatContext *s, RTSPMessageHeader *reply,
if (return_on_interleaved_data) {
return 1;
} else
rtsp_skip_packet(s);
rtsp_skip_packet(s);
} else if (ch != '\r') {
if ((q - buf) < sizeof(buf) - 1)
*q++ = ch;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment