fixed bug where an unindexed video would cache a blank first frame
This commit is contained in:
@@ -287,6 +287,11 @@ const rational &NodeParam::LastRequestedTime()
|
||||
return time_;
|
||||
}
|
||||
|
||||
bool NodeParam::ValueCachingEnabled()
|
||||
{
|
||||
return value_caching_;
|
||||
}
|
||||
|
||||
void NodeParam::SetValueCachingEnabled(bool enabled)
|
||||
{
|
||||
value_caching_ = enabled;
|
||||
|
||||
Reference in New Issue
Block a user