diff options
author | Tobias Rapp <t.rapp@noa-archive.com> | 2016-04-06 16:25:53 +0200 |
---|---|---|
committer | Paul B Mahol <onemda@gmail.com> | 2016-04-16 16:22:43 +0200 |
commit | 2aad631a818cc49fc30da349c319abfb119adea1 (patch) | |
tree | 6886ba74be3749d5602e2ade5f7d4fbed8325ed1 /MAINTAINERS | |
parent | 60517c3ad66f857dbdcadefa18c9d1f71ecb2fa9 (diff) | |
download | ffmpeg-2aad631a818cc49fc30da349c319abfb119adea1.tar.gz |
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 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index a993a675a2..d2593e52c1 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -385,6 +385,7 @@ Filters: vf_neighbor.c Paul B Mahol vf_psnr.c Paul B Mahol vf_random.c Paul B Mahol + vf_readvitc.c Tobias Rapp (CC t.rapp at noa-archive dot com) vf_scale.c Michael Niedermayer vf_separatefields.c Paul B Mahol vf_ssim.c Paul B Mahol |