changeset 1872:3e1bdfd67724 libavformat

Move unaltered rtsp.c comments to the header file.
author takis
date Mon, 05 Mar 2007 13:53:42 +0000
parents 50ad5902d797
children 342cce8cb3e4
files rtsp.c rtsp.h
diffstat 2 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/rtsp.c	Mon Mar 05 13:53:00 2007 +0000
+++ b/rtsp.c	Mon Mar 05 13:53:42 2007 +0000
@@ -817,7 +817,6 @@
         *content_ptr = content;
 }
 
-/* useful for modules: set RTSP callback function */
 
 void rtsp_set_callback(FFRTSPCallback *rtsp_cb)
 {
--- a/rtsp.h	Mon Mar 05 13:53:00 2007 +0000
+++ b/rtsp.h	Mon Mar 05 13:53:42 2007 +0000
@@ -76,6 +76,7 @@
                            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);