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,
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