You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-15 14:13:16 +02:00
avfilter/f_perms: Change enums to int, which are 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:
@@ -37,7 +37,7 @@ typedef struct {
|
||||
const AVClass *class;
|
||||
AVLFG lfg;
|
||||
int64_t random_seed;
|
||||
enum mode mode;
|
||||
int mode;
|
||||
} PermsContext;
|
||||
|
||||
#define OFFSET(x) offsetof(PermsContext, x)
|
||||
|
Reference in New Issue
Block a user