[FFmpeg-cvslog] avformat/rtsp: fix misleading indentation

Marvin Scholz git at videolan.org
Fri Jul 11 17:34:09 EEST 2025


ffmpeg | branch: master | Marvin Scholz <epirat07 at gmail.com> | Tue Jul  8 16:11:53 2025 +0200| [c425951c0535d939c94edd5bc4065c6e5293348c] | committer: Marvin Scholz

avformat/rtsp: fix misleading indentation

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

 libavformat/rtsp.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/libavformat/rtsp.c b/libavformat/rtsp.c
index 0810c56a8b..cde4447c8e 100644
--- a/libavformat/rtsp.c
+++ b/libavformat/rtsp.c
@@ -602,8 +602,8 @@ static void sdp_parse_line(AVFormatContext *s, SDPParseState *s1,
                 if (proto[0] == '\0') {
                     /* relative control URL */
                     if (rtsp_st->control_url[strlen(rtsp_st->control_url)-1]!='/')
-                    av_strlcat(rtsp_st->control_url, "/",
-                               sizeof(rtsp_st->control_url));
+                        av_strlcat(rtsp_st->control_url, "/",
+                                   sizeof(rtsp_st->control_url));
                     av_strlcat(rtsp_st->control_url, p,
                                sizeof(rtsp_st->control_url));
                 } else



More information about the ffmpeg-cvslog mailing list