You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-15 14:13:16 +02:00
avfilter/vf_curves: 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:
@@ -60,7 +60,7 @@ enum preset {
|
||||
|
||||
typedef struct {
|
||||
const AVClass *class;
|
||||
enum preset preset;
|
||||
int preset;
|
||||
char *comp_points_str[NB_COMP + 1];
|
||||
char *comp_points_str_all;
|
||||
uint8_t graph[NB_COMP + 1][256];
|
||||
|
Reference in New Issue
Block a user