mirror of
https://github.com/samsonjs/media.git
synced 2026-03-31 10:25:48 +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,
|
||||
TransformationException.ERROR_CODE_HDR_ENCODING_UNSUPPORTED);
|
||||
}
|
||||
|
||||
finalFramePresentationTimeUs = C.TIME_UNSET;
|
||||
}
|
||||
|
||||
finalFramePresentationTimeUs = C.TIME_UNSET;
|
||||
|
||||
decoderInputBuffer =
|
||||
new DecoderInputBuffer(DecoderInputBuffer.BUFFER_REPLACEMENT_MODE_DISABLED);
|
||||
encoderOutputBuffer =
|
||||
|
|
|
|||
Loading…
Reference in a new issue