Mercurial > libavformat.hg
changeset 5570:c1843162bd3d libavformat
Reindent after r21368.
author | rbultje |
---|---|
date | Thu, 21 Jan 2010 19:50:40 +0000 |
parents | 346dce85a801 |
children | 3fd13093ca7c |
files | rtsp.c |
diffstat | 1 files changed, 3 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/rtsp.c Thu Jan 21 19:48:30 2010 +0000 +++ b/rtsp.c Thu Jan 21 19:50:40 2010 +0000 @@ -1590,9 +1590,9 @@ 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;