]> git.sesse.net Git - nageru/blobdiff - pbo_frame_allocator.h
Also show the frame rate.
[nageru] / pbo_frame_allocator.h
index fa75f8a615b42bec7f2e1fbbd9babe78475519c1..afb20a19268cb1c9785de8cb060d93db3da0d629 100644 (file)
@@ -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: