Commit d2277aa7 authored by Michael Niedermayer's avatar Michael Niedermayer

avformat/httpauth: Change enum to int, which is accessed via AVOption as int

This fixes depending on implementation defined behavior
Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parent ff6841c6
...@@ -56,7 +56,7 @@ typedef struct HTTPAuthState { ...@@ -56,7 +56,7 @@ typedef struct HTTPAuthState {
/** /**
* The currently chosen auth type. * The currently chosen auth type.
*/ */
HTTPAuthType auth_type; int auth_type;
/** /**
* Authentication realm * Authentication realm
*/ */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment