[Ffmpeg-cvslog] r8256 - in trunk/libavformat: rtsp.c rtsp.h

takis subversion
Mon Mar 5 14:53:42 CET 2007


Author: takis
Date: Mon Mar  5 14:53:42 2007
New Revision: 8256

Modified:
   trunk/libavformat/rtsp.c
   trunk/libavformat/rtsp.h

Log:
Move unaltered rtsp.c comments to the header file.


Modified: trunk/libavformat/rtsp.c
==============================================================================
--- trunk/libavformat/rtsp.c	(original)
+++ trunk/libavformat/rtsp.c	Mon Mar  5 14:53:42 2007
@@ -817,7 +817,6 @@ static void rtsp_send_cmd(AVFormatContex
         *content_ptr = content;
 }
 
-/* useful for modules: set RTSP callback function */
 
 void rtsp_set_callback(FFRTSPCallback *rtsp_cb)
 {

Modified: trunk/libavformat/rtsp.h
==============================================================================
--- trunk/libavformat/rtsp.h	(original)
+++ trunk/libavformat/rtsp.h	Mon Mar  5 14:53:42 2007
@@ -76,6 +76,7 @@ typedef int FFRTSPCallback(enum RTSPCall
                            char *buf, int buf_size,
                            void *arg);
 
+/* useful for modules: set RTSP callback function */
 void rtsp_set_callback(FFRTSPCallback *rtsp_cb);
 
 int rtsp_init(void);




More information about the ffmpeg-cvslog mailing list