# HG changeset patch # User rbultje # Date 1264103440 0 # Node ID c1843162bd3dd25a5e8f156fc1bff3090c8544c5 # Parent 346dce85a801d5ff0429f6d72be2791821557089 Reindent after r21368. diff -r 346dce85a801 -r c1843162bd3d rtsp.c --- 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;