mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-06-26 01:56:34 +08:00
Reindent after r18023.
Originally committed as revision 18024 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
@ -501,14 +501,14 @@ static void sdp_parse_line(AVFormatContext *s, SDPParseState *s1,
|
|||||||
if (rt->server_type == RTSP_SERVER_WMS)
|
if (rt->server_type == RTSP_SERVER_WMS)
|
||||||
ff_wms_parse_sdp_a_line(s, p);
|
ff_wms_parse_sdp_a_line(s, p);
|
||||||
if (s->nb_streams > 0) {
|
if (s->nb_streams > 0) {
|
||||||
if (rt->server_type == RTSP_SERVER_REAL)
|
if (rt->server_type == RTSP_SERVER_REAL)
|
||||||
ff_real_parse_sdp_a_line(s, s->nb_streams - 1, p);
|
ff_real_parse_sdp_a_line(s, s->nb_streams - 1, p);
|
||||||
|
|
||||||
rtsp_st = s->streams[s->nb_streams - 1]->priv_data;
|
rtsp_st = s->streams[s->nb_streams - 1]->priv_data;
|
||||||
if (rtsp_st->dynamic_handler &&
|
if (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, s->nb_streams - 1,
|
rtsp_st->dynamic_handler->parse_sdp_a_line(s, s->nb_streams - 1,
|
||||||
rtsp_st->dynamic_protocol_context, buf);
|
rtsp_st->dynamic_protocol_context, buf);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
|
Reference in New Issue
Block a user