mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2026-06-19 19:03:00 +02: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:
+1
-1
@@ -76,7 +76,7 @@ typedef int FFRTSPCallback(enum RTSPCallbackAction action,
|
||||
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);
|
||||
|
||||
Reference in New Issue
Block a user