diff options
author | Ronald S. Bultje <rsbultje@gmail.com> | 2008-08-31 17:32:02 +0000 |
---|---|---|
committer | Ronald S. Bultje <rsbultje@gmail.com> | 2008-08-31 17:32:02 +0000 |
commit | 30aa6aed4a80e6ba2d1fe77c018810effd7abd5d (patch) | |
tree | 0903f7aa5cdbb4194de51d372c90fa8c58d27831 /libavformat/rtsp.h | |
parent | e0776043356a87f363da977405b24016ba44f596 (diff) | |
download | ffmpeg-30aa6aed4a80e6ba2d1fe77c018810effd7abd5d.tar.gz |
Read RealChallenge1 field from the server.
Originally committed as revision 15124 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/rtsp.h')
-rw-r--r-- | libavformat/rtsp.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavformat/rtsp.h b/libavformat/rtsp.h index 288f69776d..1923acbbc8 100644 --- a/libavformat/rtsp.h +++ b/libavformat/rtsp.h @@ -62,6 +62,7 @@ typedef struct RTSPHeader { RTSPTransportField transports[RTSP_MAX_TRANSPORTS]; int seq; /**< sequence number */ char session_id[512]; + char real_challenge[64]; /**< the RealChallenge1 field from the server */ } RTSPHeader; /** the callback can be used to extend the connection setup/teardown step */ |