Skip to content

Commit 068a03d

Browse files
committed
libvmaf: use uint64_t for cpumask
1 parent 80b0cb7 commit 068a03d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libvmaf/include/libvmaf/libvmaf.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ typedef struct VmafConfiguration {
5353
enum VmafLogLevel log_level;
5454
unsigned n_threads;
5555
unsigned n_subsample;
56-
unsigned cpumask;
56+
uint64_t cpumask;
5757
} VmafConfiguration;
5858

5959
typedef struct VmafContext VmafContext;

0 commit comments

Comments
 (0)