Commit c040badb authored by Martin Storsjö's avatar Martin Storsjö

Reindent

Originally committed as revision 22546 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent c07c6f81
...@@ -917,7 +917,7 @@ int ff_rtsp_read_reply(AVFormatContext *s, RTSPMessageHeader *reply, ...@@ -917,7 +917,7 @@ int ff_rtsp_read_reply(AVFormatContext *s, RTSPMessageHeader *reply,
if (return_on_interleaved_data) { if (return_on_interleaved_data) {
return 1; return 1;
} else } else
rtsp_skip_packet(s); rtsp_skip_packet(s);
} else if (ch != '\r') { } else if (ch != '\r') {
if ((q - buf) < sizeof(buf) - 1) if ((q - buf) < sizeof(buf) - 1)
*q++ = ch; *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