# HG changeset patch # User rbultje # Date 1205935696 0 # Node ID 65236eababe90de25d3c8a5691c59219491329a2 # Parent 095003bbe73e8a5fa7b5d32028634509970164cd Reindent after rtsp-alternate-protocol* patches. diff -r 095003bbe73e -r 65236eababe9 rtsp.c --- a/rtsp.c Wed Mar 19 14:07:31 2008 +0000 +++ b/rtsp.c Wed Mar 19 14:08:16 2008 +0000 @@ -925,9 +925,8 @@ if (reply->status_code == 461 /* Unsupported protocol */ && i == 0) { err = 1; goto fail; - } else - if (reply->status_code != RTSP_STATUS_OK || - reply->nb_transports != 1) { + } else if (reply->status_code != RTSP_STATUS_OK || + reply->nb_transports != 1) { err = AVERROR_INVALIDDATA; goto fail; } @@ -1092,7 +1091,7 @@ err = make_setup_request(s, host, port, protocol); if (err < 0) - goto fail; + goto fail; protocol_mask &= ~(1 << protocol); if (protocol_mask == 0 && err == 1) { err = AVERROR(EPROTONOSUPPORT);