X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=nageru%2Fvideo_encoder.h;h=aed485b5eeaf42f8ac7ffbaad09dcbbbf3fc2296;hb=f7752bad9a473d26ff1fa7c83ac82dca098b63bb;hp=5c42ef81f1a6c94fd1a68d4be4e755f3a5fd63df;hpb=7188e3e948c60f78f5e2cd8756337f716de06d99;p=nageru diff --git a/nageru/video_encoder.h b/nageru/video_encoder.h index 5c42ef8..aed485b 100644 --- a/nageru/video_encoder.h +++ b/nageru/video_encoder.h @@ -20,7 +20,7 @@ extern "C" { #include } -#include "mux.h" +#include "shared/mux.h" #include "shared/ref_counted_gl_sync.h" class AudioEncoder; @@ -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