From: Steinar H. Gunderson Date: Sat, 20 May 2017 10:33:32 +0000 (+0200) Subject: Remove an obsolete comment, now that we have proper latency control. X-Git-Tag: 1.6.0~15 X-Git-Url: https://git.sesse.net/?p=nageru;a=commitdiff_plain;h=462a51c2379c2ab3237d6b80e23028b4fcddc3f3 Remove an obsolete comment, now that we have proper latency control. --- diff --git a/pbo_frame_allocator.h b/pbo_frame_allocator.h index 8f1f9a9..fc4b522 100644 --- a/pbo_frame_allocator.h +++ b/pbo_frame_allocator.h @@ -20,7 +20,7 @@ public: PBOFrameAllocator(bmusb::PixelFormat pixel_format, size_t frame_size, GLuint width, GLuint height, - size_t num_queued_frames = 16, // FIXME: should be 6 + size_t num_queued_frames = 16, GLenum buffer = GL_PIXEL_UNPACK_BUFFER_ARB, GLenum permissions = GL_MAP_WRITE_BIT, GLenum map_bits = GL_MAP_FLUSH_EXPLICIT_BIT);