X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=nageru%2Fpbo_frame_allocator.h;h=0080dd0e97fe3ce729d37aa960895d04ffedc12e;hb=f9024d141398e69e7b4011becd3ebbe37eaa1776;hp=a7ae92e93a9bc0620af7b8606a143ff1686128ab;hpb=a839022c035b3d9387feabc02843c166ac78b469;p=nageru diff --git a/nageru/pbo_frame_allocator.h b/nageru/pbo_frame_allocator.h index a7ae92e..0080dd0 100644 --- a/nageru/pbo_frame_allocator.h +++ b/nageru/pbo_frame_allocator.h @@ -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: