Update TODO internal bug number.

PiperOrigin-RevId: 590884408
This commit is contained in:
samrobinson 2023-12-14 03:40:35 -08:00 committed by Copybara-Service
parent ab296ef686
commit 84471813b6
2 changed files with 3 additions and 3 deletions

View file

@ -195,8 +195,8 @@ import org.checkerframework.dataflow.qual.Pure;
@Pure
private static TransformationRequest createFallbackTransformationRequest(
TransformationRequest transformationRequest, Format requestedFormat, Format actualFormat) {
// TODO(b/259570024): Consider including bitrate and other audio characteristics in the revised
// fallback design.
// TODO(b/255953153): Consider including bitrate and other audio characteristics in the revised
// fallback.
if (Util.areEqual(requestedFormat.sampleMimeType, actualFormat.sampleMimeType)) {
return transformationRequest;
}

View file

@ -405,7 +405,7 @@ import org.checkerframework.dataflow.qual.Pure;
Format requestedFormat,
Format supportedFormat,
@Composition.HdrMode int supportedHdrMode) {
// TODO(b/259570024): Consider including bitrate in the revised fallback design.
// TODO(b/255953153): Consider including bitrate in the revised fallback.
TransformationRequest.Builder supportedRequestBuilder = transformationRequest.buildUpon();
if (transformationRequest.hdrMode != supportedHdrMode) {