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"
Go to the source code of this file.
Filter for reading closed captioning data (EIA-608).
See also https://en.wikipedia.org/wiki/EIA-608
Definition in file vf_readeia608.c.
AVFILTER_DEFINE_CLASS |
( |
readeia608 |
| ) |
|
Initial value:= {
}
static av_cold int end(AVCodecContext *avctx)
Definition at line 59 of file vf_readeia608.c.
Initial value:= {
{
.name = "default",
},
}
static int config_input(AVFilterLink *inlink)
static int filter_frame(AVFilterLink *inlink, AVFrame *in)
Definition at line 241 of file vf_readeia608.c.
Initial value:= {
{
.name = "default",
},
}
Definition at line 251 of file vf_readeia608.c.
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,
}
#define AVFILTER_FLAG_SUPPORT_TIMELINE_GENERIC
Some filters support a generic "enable" expression option that can be used to enable or disable a fil...
#define NULL_IF_CONFIG_SMALL(x)
Return NULL if CONFIG_SMALL is true, otherwise the argument without modification. ...
static const AVFilterPad readeia608_outputs[]
static const AVFilterPad readeia608_inputs[]
static const AVFilterPad outputs[]
static const AVFilterPad inputs[]
static int query_formats(AVFilterContext *ctx)
Definition at line 259 of file vf_readeia608.c.