diff options
author | Ronald S. Bultje <rsbultje@gmail.com> | 2010-01-21 19:50:40 +0000 |
---|---|---|
committer | Ronald S. Bultje <rsbultje@gmail.com> | 2010-01-21 19:50:40 +0000 |
commit | 7eaa646fd689e113fa3d2323dcb02e2965e7a83d (patch) | |
tree | 96edbe12f1e2d134fa9c383757cc237afa595e3a /libavformat/rtsp.c | |
parent | 8b9457deab98959ece4ab5b68c89b7557e2b872a (diff) | |
download | ffmpeg-7eaa646fd689e113fa3d2323dcb02e2965e7a83d.tar.gz |
Reindent after r21368.
Originally committed as revision 21369 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/rtsp.c')
-rw-r--r-- | libavformat/rtsp.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/libavformat/rtsp.c b/libavformat/rtsp.c index 7d482a7edf..466b498c6e 100644 --- a/libavformat/rtsp.c +++ b/libavformat/rtsp.c @@ -1590,9 +1590,9 @@ static int rtsp_read_packet(AVFormatContext *s, AVPacket *pkt) if (memcmp (cache, rt->real_setup_cache, sizeof(enum AVDiscard) * s->nb_streams)) { snprintf(cmd, sizeof(cmd), - "SET_PARAMETER %s RTSP/1.0\r\n" - "Unsubscribe: %s\r\n", - s->filename, rt->last_subscription); + "SET_PARAMETER %s RTSP/1.0\r\n" + "Unsubscribe: %s\r\n", + s->filename, rt->last_subscription); rtsp_send_cmd(s, cmd, reply, NULL); if (reply->status_code != RTSP_STATUS_OK) return AVERROR_INVALIDDATA; |