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

#include "common/option.h"

typedef struct FFLogoOptions {
} FFLogoOptions;

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