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

#include "common/option.h"

typedef struct FFDEOptions {
    FFModuleArgs moduleArgs;
} FFDEOptions;

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