From: Steinar H. Gunderson Date: Wed, 12 Feb 2020 21:41:08 +0000 (+0100) Subject: Fix a comment typo. X-Git-Tag: 1.9.2~39 X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=f9024d141398e69e7b4011becd3ebbe37eaa1776;hp=7689bddf417c9a9da111ef58a08a67dd278fa7c1;p=nageru Fix a comment typo. --- diff --git a/nageru/video_encoder.h b/nageru/video_encoder.h index 76dd92f..aed485b 100644 --- a/nageru/video_encoder.h +++ b/nageru/video_encoder.h @@ -51,7 +51,7 @@ public: // // The semantics of y_tex and cbcr_tex depend on is_zerocopy(): // - // - If false, the are input parameters, ie., the caller + // - If false, they are input parameters, ie., the caller // allocates textures. (The contents are not read before // end_frame() is called.) // - If true, they are output parameters, ie., VideoEncoder