mirror of
https://github.com/samsonjs/media.git
synced 2026-03-31 10:25:48 +00:00
Update TODO internal bug number.
PiperOrigin-RevId: 590884408
This commit is contained in:
parent
ab296ef686
commit
84471813b6
2 changed files with 3 additions and 3 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue