mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-12-13 10:30:05 +01:00
rtsp: Make make_setup_request a nonstatic function
Signed-off-by: Janne Grunau <janne-ffmpeg@jannau.net>
This commit is contained in:
committed by
Janne Grunau
parent
4be170c937
commit
fef5649a82
@@ -504,4 +504,11 @@ int ff_rtsp_tcp_read_packet(AVFormatContext *s, RTSPStream **prtsp_st,
|
||||
*/
|
||||
int ff_rtsp_fetch_packet(AVFormatContext *s, AVPacket *pkt);
|
||||
|
||||
/**
|
||||
* Do the SETUP requests for each stream for the chosen
|
||||
* lower transport mode.
|
||||
*/
|
||||
int ff_rtsp_make_setup_request(AVFormatContext *s, const char *host, int port,
|
||||
int lower_transport, const char *real_challenge);
|
||||
|
||||
#endif /* AVFORMAT_RTSP_H */
|
||||
|
||||
Reference in New Issue
Block a user