diff options
author | Paul B Mahol <onemda@gmail.com> | 2015-01-26 13:04:53 +0000 |
---|---|---|
committer | Paul B Mahol <onemda@gmail.com> | 2015-01-26 13:04:53 +0000 |
commit | e44a4c1f5fcb2382dd7420c904590f4c8de7fec2 (patch) | |
tree | 49bcb28c9285ce87937b3a8c6ed434d078d34695 /libavfilter | |
parent | 5a919ced0d3cdd1e4f6d1a1fe18e63fdec614c36 (diff) | |
download | ffmpeg-e44a4c1f5fcb2382dd7420c904590f4c8de7fec2.tar.gz |
avfitler/vf_fieldmatch: fix typo
Signed-off-by: Paul B Mahol <onemda@gmail.com>
Diffstat (limited to 'libavfilter')
-rw-r--r-- | libavfilter/vf_fieldmatch.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavfilter/vf_fieldmatch.c b/libavfilter/vf_fieldmatch.c index e2aa60b4e4..358bd9ee5b 100644 --- a/libavfilter/vf_fieldmatch.c +++ b/libavfilter/vf_fieldmatch.c @@ -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. |