[FFmpeg-cvslog] rtsp: Fix the indentation of a linewrapped statement

Martin Storsjö git at videolan.org
Tue Feb 24 22:10:49 CET 2015


ffmpeg | branch: master | Martin Storsjö <martin at martin.st> | Mon Feb 23 21:56:28 2015 +0200| [74d318f138f2a3f1b2fe81aea826d80d1e60f54c] | committer: Martin Storsjö

rtsp: Fix the indentation of a linewrapped statement

Signed-off-by: Martin Storsjö <martin at martin.st>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=74d318f138f2a3f1b2fe81aea826d80d1e60f54c
---

 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);
         }
     }
 }



More information about the ffmpeg-cvslog mailing list