mirror of
https://github.com/samsonjs/media.git
synced 2026-04-01 10:35:48 +00:00
Update transformer error codes bug references
PiperOrigin-RevId: 410216171
This commit is contained in:
parent
ecb47ba564
commit
37d3468eef
2 changed files with 2 additions and 2 deletions
|
|
@ -88,7 +88,7 @@ import org.checkerframework.checker.nullness.qual.RequiresNonNull;
|
|||
try {
|
||||
this.decoder = MediaCodecAdapterWrapper.createForAudioDecoding(decoderInputFormat);
|
||||
} catch (IOException e) {
|
||||
// TODO (internal b/184262323): Assign an adequate error code.
|
||||
// TODO(internal b/192864511): Assign a specific error code.
|
||||
throw ExoPlaybackException.createForRenderer(
|
||||
e,
|
||||
TAG,
|
||||
|
|
|
|||
|
|
@ -80,7 +80,7 @@ import java.io.IOException;
|
|||
.build(),
|
||||
ImmutableMap.of());
|
||||
} catch (IOException e) {
|
||||
// TODO (internal b/184262323): Assign an adequate error code.
|
||||
// TODO(internal b/192864511): Assign a specific error code.
|
||||
throw createRendererException(
|
||||
e, rendererIndex, decoderInputFormat, PlaybackException.ERROR_CODE_UNSPECIFIED);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue