X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=pbo_frame_allocator.h;h=afb20a19268cb1c9785de8cb060d93db3da0d629;hb=5e01b03ee7850241a15f74e160ebbe2b8ad9b9ea;hp=fa75f8a615b42bec7f2e1fbbd9babe78475519c1;hpb=35d4e46a1e3628c7be6566f2a985bc7da435cdf9;p=nageru diff --git a/pbo_frame_allocator.h b/pbo_frame_allocator.h index fa75f8a..afb20a1 100644 --- a/pbo_frame_allocator.h +++ b/pbo_frame_allocator.h @@ -33,6 +33,7 @@ public: GLuint tex_y[2], tex_cbcr[2]; GLuint last_width[2], last_height[2]; bool last_interlaced; + unsigned last_frame_rate_nom, last_frame_rate_den; }; private: