]> git.sesse.net Git - nageru/blobdiff - decklink_output.h
Support 4:2:2 v210 (10-bit) output for DeckLink.
[nageru] / decklink_output.h
index 5581c392860f67c89576e788ee59976b919d875a..7c0a17fad2d483c88a5232113f1bc1601bbb3bfb 100644 (file)
@@ -102,7 +102,7 @@ private:
                movit::ResourcePool *resource_pool;
 
                // These members are persistently allocated, and reused when the frame object is.
-               GLuint uyvy_tex;  // Owned by <resource_pool>.
+               GLuint uyvy_tex;  // Owned by <resource_pool>. Can also hold v210 data.
                GLuint pbo;
                uint8_t *uyvy_ptr;  // Persistent mapping into the PBO.