Commit 48098750 authored by takis's avatar takis

Move unaltered rtsp.c comments to the header file.


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@8256 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent bf2375e0
...@@ -817,7 +817,6 @@ static void rtsp_send_cmd(AVFormatContext *s, ...@@ -817,7 +817,6 @@ static void rtsp_send_cmd(AVFormatContext *s,
*content_ptr = content; *content_ptr = content;
} }
/* useful for modules: set RTSP callback function */
void rtsp_set_callback(FFRTSPCallback *rtsp_cb) void rtsp_set_callback(FFRTSPCallback *rtsp_cb)
{ {
......
...@@ -76,6 +76,7 @@ typedef int FFRTSPCallback(enum RTSPCallbackAction action, ...@@ -76,6 +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 */
void rtsp_set_callback(FFRTSPCallback *rtsp_cb); void rtsp_set_callback(FFRTSPCallback *rtsp_cb);
int rtsp_init(void); int rtsp_init(void);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment