]> git.sesse.net Git - casparcg/blobdiff - core/frame/gpu_frame_processor.h
2.0.0.2:
[casparcg] / core / frame / gpu_frame_processor.h
index f9d4d0905498bcdf18915b54e41939c06b4d429a..c586eda50b5b3f8d9fd71e998128b0cac6ae9a1e 100644 (file)
@@ -34,8 +34,10 @@ public:
                \r
        void push(const std::vector<gpu_frame_ptr>& frames);\r
        void pop(gpu_frame_ptr& frame);\r
-\r
-       gpu_frame_ptr create_frame(size_t width, size_t height);\r
+       \r
+       void release_frames(void* tag);\r
+       gpu_frame_ptr create_frame(size_t width, size_t height, void* tag);\r
+       gpu_frame_ptr create_frame(const planar_frame_dimension& data_size, void* tag);\r
 private:\r
        struct implementation;\r
        std::shared_ptr<implementation> impl_;\r