mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-06-26 18:40:00 +08:00
Reindent after previous patches.
Originally committed as revision 15485 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
@ -1341,9 +1341,9 @@ static int rtsp_read_packet(AVFormatContext *s,
|
|||||||
if (i != 0) av_strlcat(cmd, ",", sizeof(cmd));
|
if (i != 0) av_strlcat(cmd, ",", sizeof(cmd));
|
||||||
ff_rdt_subscribe_rule(cmd, sizeof(cmd), i, 0);
|
ff_rdt_subscribe_rule(cmd, sizeof(cmd), i, 0);
|
||||||
if (rt->transport == RTSP_TRANSPORT_RDT)
|
if (rt->transport == RTSP_TRANSPORT_RDT)
|
||||||
ff_rdt_subscribe_rule2(
|
ff_rdt_subscribe_rule2(
|
||||||
rt->rtsp_streams[i]->rtp_ctx,
|
rt->rtsp_streams[i]->rtp_ctx,
|
||||||
cmd, sizeof(cmd), i, 0);
|
cmd, sizeof(cmd), i, 0);
|
||||||
}
|
}
|
||||||
av_strlcat(cmd, "\r\n", sizeof(cmd));
|
av_strlcat(cmd, "\r\n", sizeof(cmd));
|
||||||
rtsp_send_cmd(s, cmd, reply, NULL);
|
rtsp_send_cmd(s, cmd, reply, NULL);
|
||||||
|
Reference in New Issue
Block a user