renderer: improved code flow
This commit is contained in:
@@ -101,9 +101,10 @@ bool OIIODecoder::OpenInternal()
|
||||
return OpenImageHandler(stream().filename());
|
||||
}
|
||||
|
||||
FramePtr OIIODecoder::RetrieveVideoInternal(const rational &timecode, const RetrieveVideoParams ÷r)
|
||||
FramePtr OIIODecoder::RetrieveVideoInternal(const rational &timecode, const RetrieveVideoParams ÷r, const QAtomicInt *cancelled)
|
||||
{
|
||||
Q_UNUSED(timecode)
|
||||
Q_UNUSED(cancelled)
|
||||
|
||||
FramePtr frame = Frame::Create();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user