Don't draw with test-only renderers
This commit is contained in:
parent
bf4332b9e7
commit
d39a29759c
6 changed files with 45 additions and 35 deletions
|
|
@ -211,6 +211,7 @@ bool Session::chooseDecoder(StreamingPreferences::VideoDecoderSelection vds,
|
|||
params.window = window;
|
||||
params.enableVsync = enableVsync;
|
||||
params.enableFramePacing = enableFramePacing;
|
||||
params.testOnly = testOnly;
|
||||
params.vds = vds;
|
||||
|
||||
memset(¶ms.hdrMetadata, 0, sizeof(params.hdrMetadata));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue