Mercurial > libavformat.hg
changeset 5691:60cbd9b4abea libavformat
Cosmetics: reindent after applying patches
author | mstorsjo |
---|---|
date | Mon, 22 Feb 2010 16:11:38 +0000 |
parents | c491aa97d974 |
children | 87b26ad577c5 |
files | rtsp.c |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/rtsp.c Mon Feb 22 15:57:40 2010 +0000 +++ b/rtsp.c Mon Feb 22 16:11:38 2010 +0000 @@ -1166,7 +1166,7 @@ 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 @@ } if (s->iformat) - err = rtsp_setup_input_streams(s); + err = rtsp_setup_input_streams(s); else err = rtsp_setup_output_streams(s); if (err)