diff --git a/libavformat/httpauth.h b/libavformat/httpauth.h index fc17c94859..9c15a38097 100644 --- a/libavformat/httpauth.h +++ b/libavformat/httpauth.h @@ -56,7 +56,7 @@ typedef struct HTTPAuthState { /** * The currently chosen auth type. */ - HTTPAuthType auth_type; + int auth_type; /** * Authentication realm */