mirror of
https://github.com/xenia-project/FFmpeg.git
synced 2024-11-27 21:40:34 +00:00
Reindent
Originally committed as revision 22546 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
c07c6f8183
commit
c040badb70
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user