]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/httpauth.h
avformat/httpauth: Change enum to int, which is accessed via AVOption as int
[ffmpeg] / libavformat / httpauth.h
index fc17c948595b3d209dd4908662884ffe03bbadca..9c15a380970e27682c90580cae2a48db53974c4d 100644 (file)
@@ -56,7 +56,7 @@ typedef struct HTTPAuthState {
     /**
      * The currently chosen auth type.
      */
-    HTTPAuthType auth_type;
+    int auth_type;
     /**
      * Authentication realm
      */