Merge r3147 (caching video provider colorspace fix) into the 2.1.8 branch.

Originally committed to SVN as r3172.
This commit is contained in:
Karl Blomster 2009-07-19 18:38:48 +00:00
parent a0ade19643
commit a5aaea0a06
1 changed files with 1 additions and 1 deletions

View File

@ -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