]> git.sesse.net Git - nageru/blobdiff - pbo_frame_allocator.h
Open up for inputs that are different from the native resolution. No deinterlacing...
[nageru] / pbo_frame_allocator.h
index 452c006bd2d36c290de9cd456b4c4edbf4b87b85..aedae3b99cc89d5d8085c95694d73ea95a49d458 100644 (file)
@@ -29,6 +29,7 @@ public:
        struct Userdata {
                GLuint pbo;
                GLuint tex_y, tex_cbcr;
+               GLuint last_width, last_height;
        };
 
 private: