Commit c5b0c816 authored by rbultje's avatar rbultje

Reindent after rtsp-alternate-protocol* patches.



git-svn-id: file:///var/local/repositories/ffmpeg/trunk@12506 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 8f6bc962
......@@ -925,8 +925,7 @@ make_setup_request (AVFormatContext *s, const char *host, int port, int protocol
if (reply->status_code == 461 /* Unsupported protocol */ && i == 0) {
err = 1;
goto fail;
} else
if (reply->status_code != RTSP_STATUS_OK ||
} else if (reply->status_code != RTSP_STATUS_OK ||
reply->nb_transports != 1) {
err = AVERROR_INVALIDDATA;
goto fail;
......
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