diff options
author | Panagiotis Issaris <takis.issaris@uhasselt.be> | 2007-03-05 13:53:42 +0000 |
---|---|---|
committer | Panagiotis Issaris <takis.issaris@uhasselt.be> | 2007-03-05 13:53:42 +0000 |
commit | 0af4407d35fc825608617eb76d60b1d10a4be6d2 (patch) | |
tree | 3491e9bcc36fd7185013c9eafeb333067397c8f6 /libavformat/rtsp.c | |
parent | 37d2210ae92a4fb84cd2e533169d766d6fd3ae03 (diff) | |
download | ffmpeg-0af4407d35fc825608617eb76d60b1d10a4be6d2.tar.gz |
Move unaltered rtsp.c comments to the header file.
Originally committed as revision 8256 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/rtsp.c')
-rw-r--r-- | libavformat/rtsp.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libavformat/rtsp.c b/libavformat/rtsp.c index 9d5c163721..7d4c6bf783 100644 --- a/libavformat/rtsp.c +++ b/libavformat/rtsp.c @@ -817,7 +817,6 @@ static void rtsp_send_cmd(AVFormatContext *s, *content_ptr = content; } -/* useful for modules: set RTSP callback function */ void rtsp_set_callback(FFRTSPCallback *rtsp_cb) { |