Move unaltered rtsp.c comments to the header file.
authorPanagiotis Issaris <takis.issaris@uhasselt.be>
Mon, 5 Mar 2007 13:53:42 +0000 (13:53 +0000)
committerPanagiotis Issaris <takis.issaris@uhasselt.be>
Mon, 5 Mar 2007 13:53:42 +0000 (13:53 +0000)
Originally committed as revision 8256 to svn://svn.ffmpeg.org/ffmpeg/trunk

libavformat/rtsp.c
libavformat/rtsp.h

index 9d5c163..7d4c6bf 100644 (file)
@@ -817,7 +817,6 @@ static void rtsp_send_cmd(AVFormatContext *s,
         *content_ptr = content;
 }
 
-/* useful for modules: set RTSP callback function */
 
 void rtsp_set_callback(FFRTSPCallback *rtsp_cb)
 {
index 57bb100..6bdd9a1 100644 (file)
@@ -76,6 +76,7 @@ typedef int FFRTSPCallback(enum RTSPCallbackAction action,
                            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);