comparison rtsp.h @ 1873:342cce8cb3e4 libavformat

Make rtsp_set_callback() comments available to Doxygen
author takis
date Mon, 05 Mar 2007 13:54:15 +0000
parents 3e1bdfd67724
children 5b54f43626d0
comparison
equal deleted inserted replaced
1872:3e1bdfd67724 1873:342cce8cb3e4
74 typedef int FFRTSPCallback(enum RTSPCallbackAction action, 74 typedef int FFRTSPCallback(enum RTSPCallbackAction action,
75 const char *session_id, 75 const char *session_id,
76 char *buf, int buf_size, 76 char *buf, int buf_size,
77 void *arg); 77 void *arg);
78 78
79 /* useful for modules: set RTSP callback function */ 79 /** useful for modules: set RTSP callback function */
80 void rtsp_set_callback(FFRTSPCallback *rtsp_cb); 80 void rtsp_set_callback(FFRTSPCallback *rtsp_cb);
81 81
82 int rtsp_init(void); 82 int rtsp_init(void);
83 void rtsp_parse_line(RTSPHeader *reply, const char *buf); 83 void rtsp_parse_line(RTSPHeader *reply, const char *buf);
84 84