diff rtsp.h @ 5220:cad276e8f96e libavformat

RTSP basic authentication, patch originally by Philip Coombes (philip coombes zoneminder com), see "[PATCH]RTSP Basic Authentication" thread on mailinglist.
author rbultje
date Thu, 17 Sep 2009 21:47:11 +0000
parents 85e0a9761818
children 715913c5514f
line wrap: on
line diff
--- a/rtsp.h	Thu Sep 17 19:07:09 2009 +0000
+++ b/rtsp.h	Thu Sep 17 21:47:11 2009 +0000
@@ -228,6 +228,9 @@
      * of RTSPMessageHeader->real_challenge */
     enum RTSPServerType server_type;
 
+    /** base64-encoded authorization lines (username:password) */
+    char *auth_b64;
+
     /** The last reply of the server to a RTSP command */
     char last_reply[2048]; /* XXX: allocate ? */