summaryrefslogtreecommitdiff
path: root/libavformat/rtsp.h
diff options
context:
space:
mode:
Diffstat (limited to 'libavformat/rtsp.h')
-rw-r--r--libavformat/rtsp.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/libavformat/rtsp.h b/libavformat/rtsp.h
index e9625bc65d..2c0be087aa 100644
--- a/libavformat/rtsp.h
+++ b/libavformat/rtsp.h
@@ -322,7 +322,8 @@ typedef struct RTSPStream {
//@}
} RTSPStream;
-void ff_rtsp_parse_line(RTSPMessageHeader *reply, const char *buf);
+void ff_rtsp_parse_line(RTSPMessageHeader *reply, const char *buf,
+ HTTPAuthState *auth_state);
#if LIBAVFORMAT_VERSION_INT < (53 << 16)
extern int rtsp_default_protocols;