X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=nageru%2Fpbo_frame_allocator.h;fp=nageru%2Fpbo_frame_allocator.h;h=ab51f6bc108839297363dd0ede80860dacfb4481;hb=1c72c1bdbe20edb994ab39b80306a0184de58c7e;hp=eead7f4a32f979c8203a184f535862c6f1dab0e2;hpb=0b3495b854b286a3c0e54b80148d9dbca6921b96;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: