decoder/renderer: use memory cache and single decoder to optimize frames for

cycles
This commit is contained in:
itsmattkc
2020-02-20 15:32:12 +11:00
parent 71048f40a8
commit 2145efa2a0
19 changed files with 150 additions and 135 deletions
+1 -1
View File
@@ -135,7 +135,7 @@ bool OIIODecoder::Open()
Decoder::RetrieveState OIIODecoder::GetRetrieveState(const rational &time)
{
if (!open_ && !Open()) {
if (!open_) {
return kFailedToOpen;
}