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:
Panagiotis Issaris 2007-03-05 13:54:15 +00:00
parent 0af4407d35
commit 50c5f1598d

View File

@ -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);