]> git.sesse.net Git - nageru/blobdiff - nageru/video_encoder.h
Fix a comment typo.
[nageru] / nageru / video_encoder.h
index 21595a380c992b7df76c0d3531e0cee72b5b2cfe..aed485b5eeaf42f8ac7ffbaad09dcbbbf3fc2296 100644 (file)
@@ -20,8 +20,8 @@ extern "C" {
 #include <libavformat/avio.h>
 }
 
-#include "mux.h"
-#include "ref_counted_gl_sync.h"
+#include "shared/mux.h"
+#include "shared/ref_counted_gl_sync.h"
 
 class AudioEncoder;
 class DiskSpaceEstimator;
@@ -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