diff options
author | Martin Storsjö <martin@martin.st> | 2010-03-25 21:48:58 +0000 |
---|---|---|
committer | Martin Storsjö <martin@martin.st> | 2010-03-25 21:48:58 +0000 |
commit | 2626308abb1dc59afa9a9b36cf767ea6823b6cf2 (patch) | |
tree | d9c48477d0debe8d8496ddd6b5d14d14cd0a41e6 /libavformat/rtsp.h | |
parent | aa8bf2fb8062880e02c0b8ffeb3bd5fce0753733 (diff) | |
download | ffmpeg-2626308abb1dc59afa9a9b36cf767ea6823b6cf2.tar.gz |
Actually parse the auth headers in RTSP
Originally committed as revision 22677 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/rtsp.h')
-rw-r--r-- | libavformat/rtsp.h | 3 |
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; |