You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2026-06-19 19:03:00 +02:00
avformat/httpauth: Change enum to int, which is accessed via AVOption as int
This fixes depending on implementation defined behavior Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
@@ -56,7 +56,7 @@ typedef struct HTTPAuthState {
|
||||
/**
|
||||
* The currently chosen auth type.
|
||||
*/
|
||||
HTTPAuthType auth_type;
|
||||
int auth_type;
|
||||
/**
|
||||
* Authentication realm
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user