summaryrefslogtreecommitdiffstats
path: root/src/modules/opencl/option.h
blob: aa624c6520f278ff9e701ccdf87e93900b259ae0 (plain) (blame)
1
2
3
4
5
6
7
8
9
#pragma once

#include "common/option.h"

typedef struct FFOpenCLOptions {
    FFModuleArgs moduleArgs;
} FFOpenCLOptions;

static_assert(sizeof(FFOpenCLOptions) <= FF_OPTION_MAX_SIZE, "FFOpenCLOptions size exceeds maximum allowed size");