summaryrefslogtreecommitdiff
path: root/libavfilter/allfilters.c
diff options
context:
space:
mode:
authorTobias Rapp <t.rapp@noa-archive.com>2016-04-06 16:25:53 +0200
committerPaul B Mahol <onemda@gmail.com>2016-04-16 16:22:43 +0200
commit2aad631a818cc49fc30da349c319abfb119adea1 (patch)
tree6886ba74be3749d5602e2ade5f7d4fbed8325ed1 /libavfilter/allfilters.c
parent60517c3ad66f857dbdcadefa18c9d1f71ecb2fa9 (diff)
avfilter: add readvitc filter
Add a filter to scan the top lines of video frames for vertical interval timecode (VITC) information and attach it as metadata keys. Signed-off-by: Tobias Rapp <t.rapp@noa-archive.com>
Diffstat (limited to 'libavfilter/allfilters.c')
-rw-r--r--libavfilter/allfilters.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavfilter/allfilters.c b/libavfilter/allfilters.c
index 52d3f619ca..ad6ba21da5 100644
--- a/libavfilter/allfilters.c
+++ b/libavfilter/allfilters.c
@@ -247,6 +247,7 @@ void avfilter_register_all(void)
REGISTER_FILTER(PULLUP, pullup, vf);
REGISTER_FILTER(QP, qp, vf);
REGISTER_FILTER(RANDOM, random, vf);
+ REGISTER_FILTER(READVITC, readvitc, vf);
REGISTER_FILTER(REALTIME, realtime, vf);
REGISTER_FILTER(REMAP, remap, vf);
REGISTER_FILTER(REMOVEGRAIN, removegrain, vf);