Filter for reading closed captioning data (EIA-608).
More...
#include <string.h>
#include "libavutil/internal.h"
#include "libavutil/opt.h"
#include "libavutil/pixdesc.h"
#include "libavutil/timestamp.h"
#include "avfilter.h"
#include "formats.h"
#include "internal.h"
#include "video.h"
|
|
| AVFILTER_DEFINE_CLASS (readeia608) |
| |
Filter for reading closed captioning data (EIA-608).
See also https://en.wikipedia.org/wiki/EIA-608
§ ff_vf_readeia608
Initial value:= {
.name = "readeia608",
.description =
NULL_IF_CONFIG_SMALL(
"Read EIA-608 Closed Caption codes from input video and write them to frame metadata."),
.priv_class = &readeia608_class,
.query_formats = query_formats,
.inputs = readeia608_inputs,
.outputs = readeia608_outputs,
}
#define AVFILTER_FLAG_SUPPORT_TIMELINE_GENERIC
Some filters support a generic "enable" expression option that can be used to enable or disable a fil...
Definition: avfilter.h:125
#define NULL_IF_CONFIG_SMALL(x)
Return NULL if CONFIG_SMALL is true, otherwise the argument without modification. ...
Definition: internal.h:186
Definition: vf_readeia608.c:42