]> git.sesse.net Git - nageru/blobdiff - pbo_frame_allocator.cpp
Use the new has_signal flag.
[nageru] / pbo_frame_allocator.cpp
index 8c92ec3ce29c42be7bf86a983a13f0db6221572d..3d4f8cf09321230a39c471164e9740fa99a92e84 100644 (file)
@@ -44,6 +44,7 @@ PBOFrameAllocator::PBOFrameAllocator(size_t frame_size, GLuint width, GLuint hei
                userdata[i].last_width[1] = 0;
                userdata[i].last_height[1] = 0;
                userdata[i].last_interlaced = false;
+               userdata[i].last_has_signal = false;
                for (unsigned field = 0; field < 2; ++field) {
                        glBindTexture(GL_TEXTURE_2D, userdata[i].tex_y[field]);
                        check_error();