diff rtsp.h @ 1873:342cce8cb3e4 libavformat

Make rtsp_set_callback() comments available to Doxygen
author takis
date Mon, 05 Mar 2007 13:54:15 +0000
parents 3e1bdfd67724
children 5b54f43626d0
line wrap: on
line diff
--- a/rtsp.h	Mon Mar 05 13:53:42 2007 +0000
+++ b/rtsp.h	Mon Mar 05 13:54:15 2007 +0000
@@ -76,7 +76,7 @@
                            char *buf, int buf_size,
                            void *arg);
 
-/* useful for modules: set RTSP callback function */
+/** useful for modules: set RTSP callback function */
 void rtsp_set_callback(FFRTSPCallback *rtsp_cb);
 
 int rtsp_init(void);