Commit c5bd8b2c authored by rbultje's avatar rbultje

Reindent after previous patches.



git-svn-id: file:///var/local/repositories/ffmpeg/trunk@15485 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 193859b9
...@@ -1341,9 +1341,9 @@ static int rtsp_read_packet(AVFormatContext *s, ...@@ -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);
......
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