mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2024-12-25 16:52:31 +00:00
Make rtsp_set_callback() comments available to Doxygen
Originally committed as revision 8257 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
0af4407d35
commit
50c5f1598d
@ -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);
|
||||||
|
Loading…
Reference in New Issue
Block a user