mirror of
https://github.com/samsonjs/media.git
synced 2026-04-27 15:07:40 +00:00
Transformer: Always initialize presentationTime in VTSP.
This shouldn't really have anything to do with HDR. PiperOrigin-RevId: 493357915
This commit is contained in:
parent
c513c138f2
commit
e42a438a3d
1 changed files with 2 additions and 2 deletions
|
|
@ -110,10 +110,10 @@ import org.checkerframework.dataflow.qual.Pure;
|
||||||
/* mediaCodecName= */ null,
|
/* mediaCodecName= */ null,
|
||||||
TransformationException.ERROR_CODE_HDR_ENCODING_UNSUPPORTED);
|
TransformationException.ERROR_CODE_HDR_ENCODING_UNSUPPORTED);
|
||||||
}
|
}
|
||||||
|
|
||||||
finalFramePresentationTimeUs = C.TIME_UNSET;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
finalFramePresentationTimeUs = C.TIME_UNSET;
|
||||||
|
|
||||||
decoderInputBuffer =
|
decoderInputBuffer =
|
||||||
new DecoderInputBuffer(DecoderInputBuffer.BUFFER_REPLACEMENT_MODE_DISABLED);
|
new DecoderInputBuffer(DecoderInputBuffer.BUFFER_REPLACEMENT_MODE_DISABLED);
|
||||||
encoderOutputBuffer =
|
encoderOutputBuffer =
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue