summaryrefslogtreecommitdiff
path: root/libavfilter
diff options
context:
space:
mode:
authorPaul B Mahol <onemda@gmail.com>2018-09-17 12:51:59 +0200
committerPaul B Mahol <onemda@gmail.com>2018-09-17 12:51:59 +0200
commitb0cfb2cfb998a9c8ae566e2c15096d7b078b9071 (patch)
tree29e532a5e348e0c8825f0425a2083f3f6ead5278 /libavfilter
parente9ef583f997c1c5ea0d41d6c5b81e6c93e6bbe2a (diff)
avfilter/vf_colorspace: fix typo in comment
Diffstat (limited to 'libavfilter')
-rw-r--r--libavfilter/vf_colorspace.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavfilter/vf_colorspace.c b/libavfilter/vf_colorspace.c
index 56621d15e2..f8d1ecdf4a 100644
--- a/libavfilter/vf_colorspace.c
+++ b/libavfilter/vf_colorspace.c
@@ -440,7 +440,7 @@ static int convert(AVFilterContext *ctx, void *data, int job_nr, int n_jobs)
s->yuv2yuv(out_data, td->out_linesize, in_data, td->in_linesize, w, h,
s->yuv2yuv_coeffs, s->yuv_offset);
} else {
- // FIXME maybe (for caching effciency) do pipeline per-line instead of
+ // FIXME maybe (for caching efficiency) do pipeline per-line instead of
// full buffer per function? (Or, since yuv2rgb requires 2 lines: per
// 2 lines, for yuv420.)
/*