added some basic timeline functionality
This commit is contained in:
@@ -26,8 +26,6 @@
|
||||
|
||||
const int kRGBAChannels = 4;
|
||||
|
||||
PixelService olive::pixel_service;
|
||||
|
||||
PixelService::PixelService()
|
||||
{
|
||||
}
|
||||
@@ -98,6 +96,8 @@ FramePtr PixelService::ConvertPixelFormat(FramePtr frame, const olive::PixelForm
|
||||
return frame;
|
||||
}
|
||||
|
||||
// FIXME: It'd be nice if this was multithreaded soon
|
||||
|
||||
FramePtr converted = std::make_shared<Frame>();
|
||||
|
||||
// Copy parameters
|
||||
|
||||
Reference in New Issue
Block a user