* commit '74d318f138':
  rtsp: Fix the indentation of a linewrapped statement

Merged-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
Michael Niedermayer 2015-02-24 22:03:53 +01:00
commit eb24186b45

View file

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