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 @Pure
private static TransformationRequest createFallbackTransformationRequest( private static TransformationRequest createFallbackTransformationRequest(
TransformationRequest transformationRequest, Format requestedFormat, Format actualFormat) { TransformationRequest transformationRequest, Format requestedFormat, Format actualFormat) {
// TODO(b/259570024): Consider including bitrate and other audio characteristics in the revised // TODO(b/255953153): Consider including bitrate and other audio characteristics in the revised
// fallback design. // fallback.
if (Util.areEqual(requestedFormat.sampleMimeType, actualFormat.sampleMimeType)) { if (Util.areEqual(requestedFormat.sampleMimeType, actualFormat.sampleMimeType)) {
return transformationRequest; return transformationRequest;
} }

View file

@ -405,7 +405,7 @@ import org.checkerframework.dataflow.qual.Pure;
Format requestedFormat, Format requestedFormat,
Format supportedFormat, Format supportedFormat,
@Composition.HdrMode int supportedHdrMode) { @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(); TransformationRequest.Builder supportedRequestBuilder = transformationRequest.buildUpon();
if (transformationRequest.hdrMode != supportedHdrMode) { if (transformationRequest.hdrMode != supportedHdrMode) {