mirror of
https://gitee.com/openharmony/third_party_ffmpeg
synced 2024-11-23 19:30:05 +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,
|
||||
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);
|
||||
|
Loading…
Reference in New Issue
Block a user