# HG changeset patch # User rbultje # Date 1223093986 0 # Node ID 566758832da55348e47cec294dc6ff3b90547a62 # Parent e6bf0896a0197ec9a368fda05e8ed1de342952d0 Reindent after r15544. diff -r e6bf0896a019 -r 566758832da5 rtsp.c --- a/rtsp.c Sat Oct 04 04:19:15 2008 +0000 +++ b/rtsp.c Sat Oct 04 04:19:46 2008 +0000 @@ -877,7 +877,7 @@ if (rt->transport == RTSP_TRANSPORT_RDT) ff_rdt_parse_close(rtsp_st->tx_ctx); else - rtp_parse_close(rtsp_st->tx_ctx); + rtp_parse_close(rtsp_st->tx_ctx); } if (rtsp_st->rtp_handle) url_close(rtsp_st->rtp_handle); @@ -905,7 +905,9 @@ rtsp_st->dynamic_protocol_context, rtsp_st->dynamic_handler); else - rtsp_st->tx_ctx = rtp_parse_open(s, st, rtsp_st->rtp_handle, rtsp_st->sdp_payload_type, &rtsp_st->rtp_payload_data); + rtsp_st->tx_ctx = rtp_parse_open(s, st, rtsp_st->rtp_handle, + rtsp_st->sdp_payload_type, + &rtsp_st->rtp_payload_data); if (!rtsp_st->tx_ctx) { return AVERROR(ENOMEM);