Skip to content

Commit

Permalink
libvmaf: use uint64_t for cpumask
Browse files Browse the repository at this point in the history
  • Loading branch information
kylophone committed Dec 7, 2020
1 parent 80b0cb7 commit 068a03d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libvmaf/include/libvmaf/libvmaf.h
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ typedef struct VmafConfiguration {
enum VmafLogLevel log_level;
unsigned n_threads;
unsigned n_subsample;
unsigned cpumask;
uint64_t cpumask;
} VmafConfiguration;

typedef struct VmafContext VmafContext;
Expand Down

0 comments on commit 068a03d

Please sign in to comment.