Also use test frame decoding parameters when creating a test renderer

This commit is contained in:
Cameron Gutman
2023-09-14 18:21:53 -05:00
parent 1dd6cdb567
commit 1df0da4d4a
2 changed files with 3 additions and 2 deletions
@@ -138,6 +138,7 @@ public:
return true;
}
// NOTE: This can be called BEFORE initialize()!
virtual bool needsTestFrame() {
// No test frame required by default
return false;