projects
/
ffmpeg.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Make rtsp_set_callback() comments available to Doxygen
[ffmpeg.git]
/
libavformat
/
rtsp.h
diff --git
a/libavformat/rtsp.h
b/libavformat/rtsp.h
index
6bdd9a1
..
481e2ba
100644
(file)
--- 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);