mirror of
https://github.com/androidx/media.git
synced 2025-04-30 06:46:50 +08:00
Fix some blaze warnings
PiperOrigin-RevId: 291340508
This commit is contained in:
parent
e8da2f9d43
commit
e73b5429db
@ -73,31 +73,31 @@ public final class DashMediaPeriodTest {
|
||||
createAdaptationSet(
|
||||
/* id= */ 100,
|
||||
/* trackType= */ C.TRACK_TYPE_VIDEO,
|
||||
/* descriptor= */ createSwitchDescriptor(/* ids= */ 103, 104),
|
||||
/* descriptor= */ createSwitchDescriptor(/* ids...= */ 103, 104),
|
||||
createVideoRepresentationWithInbandEventStream(/* bitrate= */ 200000),
|
||||
createVideoRepresentationWithInbandEventStream(/* bitrate= */ 400000),
|
||||
createVideoRepresentationWithInbandEventStream(/* bitrate= */ 600000)),
|
||||
createAdaptationSet(
|
||||
/* id= */ 101,
|
||||
/* trackType= */ C.TRACK_TYPE_AUDIO,
|
||||
/* descriptor= */ createSwitchDescriptor(/* ids= */ 102),
|
||||
/* descriptor= */ createSwitchDescriptor(/* ids...= */ 102),
|
||||
createAudioRepresentation(/* bitrate= */ 48000),
|
||||
createAudioRepresentation(/* bitrate= */ 96000)),
|
||||
createAdaptationSet(
|
||||
/* id= */ 102,
|
||||
/* trackType= */ C.TRACK_TYPE_AUDIO,
|
||||
/* descriptor= */ createSwitchDescriptor(/* ids= */ 101),
|
||||
/* descriptor= */ createSwitchDescriptor(/* ids...= */ 101),
|
||||
createAudioRepresentation(/* bitrate= */ 256000)),
|
||||
createAdaptationSet(
|
||||
/* id= */ 103,
|
||||
/* trackType= */ C.TRACK_TYPE_VIDEO,
|
||||
/* descriptor= */ createSwitchDescriptor(/* ids= */ 100, 104),
|
||||
/* descriptor= */ createSwitchDescriptor(/* ids...= */ 100, 104),
|
||||
createVideoRepresentationWithInbandEventStream(/* bitrate= */ 800000),
|
||||
createVideoRepresentationWithInbandEventStream(/* bitrate= */ 1000000)),
|
||||
createAdaptationSet(
|
||||
/* id= */ 104,
|
||||
/* trackType= */ C.TRACK_TYPE_VIDEO,
|
||||
/* descriptor= */ createSwitchDescriptor(/* ids= */ 100, 103),
|
||||
/* descriptor= */ createSwitchDescriptor(/* ids...= */ 100, 103),
|
||||
createVideoRepresentationWithInbandEventStream(/* bitrate= */ 2000000)),
|
||||
createAdaptationSet(
|
||||
/* id= */ 105,
|
||||
|
Loading…
x
Reference in New Issue
Block a user