Skip to content

Commit

Permalink
increase max feature count to 64
Browse files Browse the repository at this point in the history
  • Loading branch information
cosmin committed Apr 22, 2024
1 parent 0f6e0a8 commit e4c9b78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libvmaf/src/read_json_model.c
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
#include <stdlib.h>
#include <string.h>

#define MAX_FEATURE_COUNT 32 //FIXME
#define MAX_FEATURE_COUNT 64 //FIXME
#define MAX_KNOT_COUNT 10 //FIXME

static int parse_feature_opts_dicts(json_stream *s, VmafModel *model)
Expand Down

0 comments on commit e4c9b78

Please sign in to comment.