]> git.sesse.net Git - nageru/blobdiff - nageru/pbo_frame_allocator.h
Fix a comment typo.
[nageru] / nageru / pbo_frame_allocator.h
index a7ae92e93a9bc0620af7b8606a143ff1686128ab..0080dd0e97fe3ce729d37aa960895d04ffedc12e 100644 (file)
@@ -60,6 +60,7 @@ public:
                unsigned last_frame_rate_nom, last_frame_rate_den;
                bool has_last_subtitle = false;
                std::string last_subtitle;
+               movit::RGBTriplet white_balance{1.0f, 1.0f, 1.0f};
 
                // These are the source of the “data_copy” member in Frame,
                // used for MJPEG encoding. There are three possibilities:
@@ -79,7 +80,6 @@ public:
                uint8_t *data_copy_malloc;
                MJPEGEncoder::VAResources va_resources;
                MJPEGEncoder::ReleaseVAResources va_resources_release;
-               VAImage va_image;
        };
 
 private: