]> git.sesse.net Git - ffmpeg/commitdiff
avfilter/vf_colorspace: fix typo in comment
authorPaul B Mahol <onemda@gmail.com>
Mon, 17 Sep 2018 10:51:59 +0000 (12:51 +0200)
committerPaul B Mahol <onemda@gmail.com>
Mon, 17 Sep 2018 10:51:59 +0000 (12:51 +0200)
libavfilter/vf_colorspace.c

index 56621d15e26abc4bafea7f81aa2cdee05e520a59..f8d1ecdf4a82a69d1cc81554a4714d4c1844d200 100644 (file)
@@ -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.)
         /*