Commit e42a438a by huangdarwin Committed by Ian Baker

Transformer: Always initialize presentationTime in VTSP.

This shouldn't really have anything to do with HDR.

PiperOrigin-RevId: 493357915
parent c513c138
...@@ -110,10 +110,10 @@ import org.checkerframework.dataflow.qual.Pure; ...@@ -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 =
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment