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

mstorsjo subversion
Thu Mar 25 20:47:26 CET 2010


Author: mstorsjo
Date: Thu Mar 25 20:47:26 2010
New Revision: 22672

Log:
Reindent

Modified:
   trunk/libavformat/rtsp.c

Modified: trunk/libavformat/rtsp.c
==============================================================================
--- trunk/libavformat/rtsp.c	Thu Mar 25 20:39:06 2010	(r22671)
+++ trunk/libavformat/rtsp.c	Thu Mar 25 20:47:26 2010	(r22672)
@@ -1038,11 +1038,11 @@ void ff_rtsp_send_cmd(AVFormatContext *s
 }
 
 void ff_rtsp_send_cmd_with_content(AVFormatContext *s,
-                                const char *cmd,
-                                RTSPMessageHeader *reply,
-                                unsigned char **content_ptr,
-                                const unsigned char *send_content,
-                                int send_content_length)
+                                   const char *cmd,
+                                   RTSPMessageHeader *reply,
+                                   unsigned char **content_ptr,
+                                   const unsigned char *send_content,
+                                   int send_content_length)
 {
     ff_rtsp_send_cmd_with_content_async(s, cmd, send_content, send_content_length);
 



More information about the ffmpeg-cvslog mailing list