mirror of
https://github.com/samsonjs/media.git
synced 2026-04-01 10:35:48 +00:00
Remove transformer from inputValues json.
Transformer resolves to null when wrapped, this is a debug line that was not removed. PiperOrigin-RevId: 441200790
This commit is contained in:
parent
fbcb49e8fd
commit
36c5b9407c
1 changed files with 0 additions and 2 deletions
|
|
@ -107,8 +107,6 @@ public class BitrateAnalysisTest {
|
|||
/* enableFallback= */ false))
|
||||
.build();
|
||||
|
||||
inputValues.put("Transformer", transformer);
|
||||
|
||||
new TransformerAndroidTestRunner.Builder(context, transformer)
|
||||
.setInputValues(inputValues)
|
||||
.setCalculateSsim(true)
|
||||
|
|
|
|||
Loading…
Reference in a new issue