Update transformer error codes bug references
PiperOrigin-RevId: 410216171
This commit is contained in:
parent
79f03bb135
commit
f10b705b61
@ -88,7 +88,7 @@ import org.checkerframework.checker.nullness.qual.RequiresNonNull;
|
|||||||
try {
|
try {
|
||||||
this.decoder = MediaCodecAdapterWrapper.createForAudioDecoding(decoderInputFormat);
|
this.decoder = MediaCodecAdapterWrapper.createForAudioDecoding(decoderInputFormat);
|
||||||
} catch (IOException e) {
|
} catch (IOException e) {
|
||||||
// TODO (internal b/184262323): Assign an adequate error code.
|
// TODO(internal b/192864511): Assign a specific error code.
|
||||||
throw ExoPlaybackException.createForRenderer(
|
throw ExoPlaybackException.createForRenderer(
|
||||||
e,
|
e,
|
||||||
TAG,
|
TAG,
|
||||||
|
@ -80,7 +80,7 @@ import java.io.IOException;
|
|||||||
.build(),
|
.build(),
|
||||||
ImmutableMap.of());
|
ImmutableMap.of());
|
||||||
} catch (IOException e) {
|
} catch (IOException e) {
|
||||||
// TODO (internal b/184262323): Assign an adequate error code.
|
// TODO(internal b/192864511): Assign a specific error code.
|
||||||
throw createRendererException(
|
throw createRendererException(
|
||||||
e, rendererIndex, decoderInputFormat, PlaybackException.ERROR_CODE_UNSPECIFIED);
|
e, rendererIndex, decoderInputFormat, PlaybackException.ERROR_CODE_UNSPECIFIED);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user