You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-15 14:13:16 +02:00
rtsp: Fix the indentation of a linewrapped statement
Signed-off-by: Martin Storsjö <martin@martin.st>
This commit is contained in:
@@ -323,7 +323,7 @@ static void parse_fmtp(AVFormatContext *s, RTSPState *rt,
|
|||||||
rtsp_st->dynamic_handler &&
|
rtsp_st->dynamic_handler &&
|
||||||
rtsp_st->dynamic_handler->parse_sdp_a_line) {
|
rtsp_st->dynamic_handler->parse_sdp_a_line) {
|
||||||
rtsp_st->dynamic_handler->parse_sdp_a_line(s, i,
|
rtsp_st->dynamic_handler->parse_sdp_a_line(s, i,
|
||||||
rtsp_st->dynamic_protocol_context, line);
|
rtsp_st->dynamic_protocol_context, line);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user