mirror of
https://github.com/samsonjs/media.git
synced 2026-04-27 15:07:40 +00:00
Remove unused variable
PiperOrigin-RevId: 253762488
This commit is contained in:
parent
0a74e36f7b
commit
e174d8a989
1 changed files with 0 additions and 1 deletions
|
|
@ -893,7 +893,6 @@ public final class DefaultTrackSelectorTest {
|
||||||
Format forcedDefault =
|
Format forcedDefault =
|
||||||
buildTextFormat("forcedDefault", "eng", C.SELECTION_FLAG_FORCED | C.SELECTION_FLAG_DEFAULT);
|
buildTextFormat("forcedDefault", "eng", C.SELECTION_FLAG_FORCED | C.SELECTION_FLAG_DEFAULT);
|
||||||
Format defaultOnly = buildTextFormat("defaultOnly", "eng", C.SELECTION_FLAG_DEFAULT);
|
Format defaultOnly = buildTextFormat("defaultOnly", "eng", C.SELECTION_FLAG_DEFAULT);
|
||||||
Format forcedOnlySpanish = buildTextFormat("forcedOnlySpanish", "spa", C.SELECTION_FLAG_FORCED);
|
|
||||||
Format noFlag = buildTextFormat("noFlag", "eng");
|
Format noFlag = buildTextFormat("noFlag", "eng");
|
||||||
|
|
||||||
RendererCapabilities[] textRendererCapabilities =
|
RendererCapabilities[] textRendererCapabilities =
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue