git.videolan.org
/
ffmpeg.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
rtsp: Make rtsp_open_transport_ctx() non-static
[ffmpeg.git]
/
libavformat
/
rtsp.h
diff --git
a/libavformat/rtsp.h
b/libavformat/rtsp.h
index
55743b5
..
41bf8bb
100644
(file)
--- a/
libavformat/rtsp.h
+++ b/
libavformat/rtsp.h
@@
-561,6
+561,11
@@
int ff_rtsp_make_setup_request(AVFormatContext *s, const char *host, int port,
*/
void ff_rtsp_undo_setup(AVFormatContext *s);
+/**
+ * Open RTSP transport context.
+ */
+int ff_rtsp_open_transport_ctx(AVFormatContext *s, RTSPStream *rtsp_st);
+
extern const AVOption ff_rtsp_options[];
#endif /* AVFORMAT_RTSP_H */