avfitler/vf_fieldmatch: fix typo

Signed-off-by: Paul B Mahol <onemda@gmail.com>
This commit is contained in:
Paul B Mahol 2015-01-26 13:04:53 +00:00
parent 5a919ced0d
commit e44a4c1f5f
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@
/**
* @file
* Fieldmatching filter, ported from VFM filter (VapouSsynth) by Clément.
* Fieldmatching filter, ported from VFM filter (VapourSynth) by Clément.
* Fredrik Mellbin is the author of the VIVTC/VFM filter, which is itself a
* light clone of the TIVTC/TFM (AviSynth) filter written by Kevin Stone
* (tritical), the original author.