From patchwork Mon Feb 23 21:31:48 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [02/16] rtsp: Fix the indentation of a linewrapped statement X-Patchwork-Submitter: =?utf-8?q?Martin_Storsj=C3=B6?= X-Patchwork-Id: 56829 Message-Id: <1424727122-2827-2-git-send-email-martin@martin.st> To: libav-devel@libav.org Date: Mon, 23 Feb 2015 23:31:48 +0200 From: =?UTF-8?q?Martin=20Storsj=C3=B6?= List-Id: libav development --- libavformat/rtsp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavformat/rtsp.c b/libavformat/rtsp.c index 20e380a..a3d6814 100644 --- a/libavformat/rtsp.c +++ b/libavformat/rtsp.c @@ -323,7 +323,7 @@ static void parse_fmtp(AVFormatContext *s, RTSPState *rt, rtsp_st->dynamic_handler && rtsp_st->dynamic_handler->parse_sdp_a_line) { rtsp_st->dynamic_handler->parse_sdp_a_line(s, i, - rtsp_st->dynamic_protocol_context, line); + rtsp_st->dynamic_protocol_context, line); } } }