X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=nageru%2Fpbo_frame_allocator.h;h=ab51f6bc108839297363dd0ede80860dacfb4481;hb=0b776ba19a0b0703f87e5529b2e4f82af6b50435;hp=eead7f4a32f979c8203a184f535862c6f1dab0e2;hpb=392f9d1ccb835c05a3874c4bea163788b2c37024;p=nageru diff --git a/nageru/pbo_frame_allocator.h b/nageru/pbo_frame_allocator.h index eead7f4..ab51f6b 100644 --- a/nageru/pbo_frame_allocator.h +++ b/nageru/pbo_frame_allocator.h @@ -52,6 +52,8 @@ public: GLuint last_v210_width[2]; // PixelFormat_10BitYCbCr. bool last_interlaced, last_has_signal, last_is_connected; unsigned last_frame_rate_nom, last_frame_rate_den; + bool has_last_subtitle = false; + std::string last_subtitle; }; private: