]> git.sesse.net Git - casparcg/blobdiff - core/producer/flash/flash_producer.cpp
2.0.0.2:
[casparcg] / core / producer / flash / flash_producer.cpp
index 9e3502ed0ea4c43e23f6358fb0e12f24c04cb9c7..eddbe023f8c74f75c54adc76c347a29b033b1596 100644 (file)
@@ -268,7 +268,7 @@ struct flash_producer::implementation
                }       \r
 \r
                auto frame = factory_->create_frame(format_desc_);\r
-               common::copy(frame->data(), current_frame_->data(), current_frame_->size());    \r
+               common::aligned_memcpy(frame->data(), current_frame_->data(), current_frame_->size());  \r
 \r
                return frame;\r
        }\r