From f9024d141398e69e7b4011becd3ebbe37eaa1776 Mon Sep 17 00:00:00 2001 From: "Steinar H. Gunderson" Date: Wed, 12 Feb 2020 22:41:08 +0100 Subject: [PATCH] Fix a comment typo. --- nageru/video_encoder.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.2