]> git.sesse.net Git - mlt/blobdiff - src/modules/opengl/mlt_movit_input.cpp
Convert on CPU if we are asked to finalize an empty Movit chain.
[mlt] / src / modules / opengl / mlt_movit_input.cpp
index 89a2d84dbe5c65944c8180a6774c92c89ea775f8..1fb6704a3d3baba6493c87f6f95baeaa9ce95bc0 100644 (file)
@@ -21,8 +21,9 @@
 
 using namespace movit;
 
-MltInput::MltInput()
-       : input(0)
+MltInput::MltInput( mlt_image_format format )
+       : m_format(format)
+       , input(0)
        , isRGB(true)
 {
 }