Commit 2efc97c2 authored by Martin Storsjö's avatar Martin Storsjö

Cosmetics: reindent after applying patches

Originally committed as revision 21967 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 35cfd646
......@@ -1166,7 +1166,7 @@ static int make_setup_request(AVFormatContext *s, const char *host, int port,
if (s->oformat) {
av_strlcat(transport, ";mode=receive", sizeof(transport));
} else if (rt->server_type == RTSP_SERVER_REAL ||
rt->server_type == RTSP_SERVER_WMS)
rt->server_type == RTSP_SERVER_WMS)
av_strlcat(transport, ";mode=play", sizeof(transport));
snprintf(cmd, sizeof(cmd),
"SETUP %s RTSP/1.0\r\n"
......@@ -1515,7 +1515,7 @@ redirect:
}
if (s->iformat)
err = rtsp_setup_input_streams(s);
err = rtsp_setup_input_streams(s);
else
err = rtsp_setup_output_streams(s);
if (err)
......
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