You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-10 06:10:52 +02:00
avformat/rtsp: fix misleading indentation
This commit is contained in:
@@ -602,8 +602,8 @@ static void sdp_parse_line(AVFormatContext *s, SDPParseState *s1,
|
|||||||
if (proto[0] == '\0') {
|
if (proto[0] == '\0') {
|
||||||
/* relative control URL */
|
/* relative control URL */
|
||||||
if (rtsp_st->control_url[strlen(rtsp_st->control_url)-1]!='/')
|
if (rtsp_st->control_url[strlen(rtsp_st->control_url)-1]!='/')
|
||||||
av_strlcat(rtsp_st->control_url, "/",
|
av_strlcat(rtsp_st->control_url, "/",
|
||||||
sizeof(rtsp_st->control_url));
|
sizeof(rtsp_st->control_url));
|
||||||
av_strlcat(rtsp_st->control_url, p,
|
av_strlcat(rtsp_st->control_url, p,
|
||||||
sizeof(rtsp_st->control_url));
|
sizeof(rtsp_st->control_url));
|
||||||
} else
|
} else
|
||||||
|
Reference in New Issue
Block a user