Commit 9b934b77 authored by takis's avatar takis

Make rtsp_set_callback() comments available to Doxygen


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@8257 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 48098750
...@@ -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