mirror of https://github.com/odrling/Aegisub
Merge r3147 (caching video provider colorspace fix) into the 2.1.8 branch.
Originally committed to SVN as r3172.
This commit is contained in:
parent
a0ade19643
commit
a5aaea0a06
|
@ -74,7 +74,7 @@ const AegiVideoFrame VideoProviderCache::GetFrame(int n,int format) {
|
||||||
}
|
}
|
||||||
|
|
||||||
// Not cached, retrieve it
|
// Not cached, retrieve it
|
||||||
const AegiVideoFrame frame = master->GetFrame(n,FORMAT_RGB32);
|
const AegiVideoFrame frame = master->GetFrame(n, format);
|
||||||
const AegiVideoFrame *srcFrame = &frame;
|
const AegiVideoFrame *srcFrame = &frame;
|
||||||
|
|
||||||
// Convert to compatible format
|
// Convert to compatible format
|
||||||
|
|
Loading…
Reference in New Issue