From 50c5f1598d6a6a162b1add7a7b32e9bbd50287e4 Mon Sep 17 00:00:00 2001 From: Panagiotis Issaris Date: Mon, 5 Mar 2007 13:54:15 +0000 Subject: Make rtsp_set_callback() comments available to Doxygen Originally committed as revision 8257 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavformat/rtsp.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavformat/rtsp.h') diff --git a/libavformat/rtsp.h b/libavformat/rtsp.h index 6bdd9a11ab..481e2ba499 100644 --- a/libavformat/rtsp.h +++ b/libavformat/rtsp.h @@ -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); -- cgit v1.2.3