Commit eb24186b authored by Michael Niedermayer's avatar Michael Niedermayer

Merge commit '74d318f1'

* commit '74d318f1':
  rtsp: Fix the indentation of a linewrapped statement
Merged-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parents 30c863fd 74d318f1
......@@ -328,7 +328,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);
}
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment