[FFmpeg-cvslog] r21369 - trunk/libavformat/rtsp.c

rbultje subversion
Thu Jan 21 20:50:41 CET 2010


Author: rbultje
Date: Thu Jan 21 20:50:40 2010
New Revision: 21369

Log:
Reindent after r21368.

Modified:
   trunk/libavformat/rtsp.c

Modified: trunk/libavformat/rtsp.c
==============================================================================
--- trunk/libavformat/rtsp.c	Thu Jan 21 20:48:30 2010	(r21368)
+++ trunk/libavformat/rtsp.c	Thu Jan 21 20:50:40 2010	(r21369)
@@ -1590,9 +1590,9 @@ static int rtsp_read_packet(AVFormatCont
             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;



More information about the ffmpeg-cvslog mailing list