Commit 50c5f159 authored by Panagiotis Issaris's avatar Panagiotis Issaris

Make rtsp_set_callback() comments available to Doxygen

Originally committed as revision 8257 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 0af4407d
...@@ -76,7 +76,7 @@ typedef int FFRTSPCallback(enum RTSPCallbackAction action, ...@@ -76,7 +76,7 @@ typedef int FFRTSPCallback(enum RTSPCallbackAction action,
char *buf, int buf_size, char *buf, int buf_size,
void *arg); void *arg);
/* useful for modules: set RTSP callback function */ /** useful for modules: set RTSP callback function */
void rtsp_set_callback(FFRTSPCallback *rtsp_cb); void rtsp_set_callback(FFRTSPCallback *rtsp_cb);
int rtsp_init(void); int rtsp_init(void);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment