[FFmpeg-cvslog] avfilter/vf_colorspace: fix typo in comment

Paul B Mahol git at videolan.org
Mon Sep 17 13:53:23 EEST 2018


ffmpeg | branch: master | Paul B Mahol <onemda at gmail.com> | Mon Sep 17 12:51:59 2018 +0200| [b0cfb2cfb998a9c8ae566e2c15096d7b078b9071] | committer: Paul B Mahol

avfilter/vf_colorspace: fix typo in comment

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=b0cfb2cfb998a9c8ae566e2c15096d7b078b9071
---

 libavfilter/vf_colorspace.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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.)
         /*



More information about the ffmpeg-cvslog mailing list