#include "config_components.h"
#include "libavutil/opt.h"
#include "libavutil/time.h"
#include "audio.h"
#include "avfilter.h"
#include "internal.h"
#include "video.h"
Go to the source code of this file.
◆ OFFSET
◆ DEFINE_OPTIONS
#define DEFINE_OPTIONS |
( |
|
filt_name, |
|
|
|
FLAGS |
|
) |
| |
Value:static const AVOption filt_name##_options[] = { \
}
Definition at line 43 of file f_bench.c.
◆ START_TIME_KEY
#define START_TIME_KEY "lavfi.bench.start_time" |
◆ T2F
#define T2F |
( |
|
v | ) |
((v) / 1000000.) |
◆ BenchAction
Enumerator |
---|
ACTION_START | |
ACTION_STOP | |
NB_ACTION | |
Definition at line 28 of file f_bench.c.
◆ init()
◆ filter_frame()