]> git.sesse.net Git - nageru/commitdiff
Fix a comment typo.
authorSteinar H. Gunderson <sgunderson@bigfoot.com>
Wed, 12 Feb 2020 21:41:08 +0000 (22:41 +0100)
committerSteinar H. Gunderson <sgunderson@bigfoot.com>
Wed, 12 Feb 2020 21:41:08 +0000 (22:41 +0100)
nageru/video_encoder.h

index 76dd92fa12cb12ef7dc2d439f9f335d75dcaf6b4..aed485b5eeaf42f8ac7ffbaad09dcbbbf3fc2296 100644 (file)
@@ -51,7 +51,7 @@ public:
        //
        // The semantics of y_tex and cbcr_tex depend on is_zerocopy():
        //
        //
        // 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
        //     allocates textures. (The contents are not read before
        //     end_frame() is called.)
        //   - If true, they are output parameters, ie., VideoEncoder