mirror of https://github.com/odrling/Aegisub
document new function introduced in r3829
Originally committed to SVN as r3830.
This commit is contained in:
parent
6b04f5ee8f
commit
ed3b47b250
|
@ -137,7 +137,8 @@ void VideoProviderCache::ClearCache() {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/// @brief Get the current size of the cache
|
||||||
|
/// @return Returns the size in bytes
|
||||||
unsigned VideoProviderCache::GetCurCacheSize() {
|
unsigned VideoProviderCache::GetCurCacheSize() {
|
||||||
int sz = 0;
|
int sz = 0;
|
||||||
for (std::list<CachedFrame>::iterator i = cache.begin(); i != cache.end(); i++)
|
for (std::list<CachedFrame>::iterator i = cache.begin(); i != cache.end(); i++)
|
||||||
|
|
Loading…
Reference in New Issue