Filter for reading the vertical interval timecode (VITC).
More...
#include "libavutil/common.h"
#include "libavutil/internal.h"
#include "libavutil/opt.h"
#include "libavutil/pixdesc.h"
#include "libavutil/timecode.h"
#include "avfilter.h"
#include "formats.h"
#include "internal.h"
|
|
| AVFILTER_DEFINE_CLASS (readvitc) |
| |
Filter for reading the vertical interval timecode (VITC).
See also https://en.wikipedia.org/wiki/Vertical_interval_timecode
§ ff_vf_readvitc
Initial value:= {
.name = "readvitc",
.description =
NULL_IF_CONFIG_SMALL(
"Read vertical interval timecode and write it to frame metadata."),
.priv_class = &readvitc_class,
.inputs = inputs,
.outputs = outputs,
.init = init,
.query_formats = query_formats,
}
#define NULL_IF_CONFIG_SMALL(x)
Return NULL if CONFIG_SMALL is true, otherwise the argument without modification. ...
Definition: internal.h:186
Definition: vf_readvitc.c:38