Commit 469a78ef by ibaker Committed by Rohit Singh

Update comment on `Track.nalUnitLengthFieldLength`

This field is also non-zero for h.265 tracks.

PiperOrigin-RevId: 523676455
parent 001d3468
......@@ -76,8 +76,8 @@ public final class Track {
@Nullable public final long[] editListMediaTimes;
/**
* For H264 video tracks, the length in bytes of the NALUnitLength field in each sample. 0 for
* other track types.
* The length in bytes of the NALUnitLength field in each sample. 0 for tracks that don't use
* length-delimited NAL units.
*/
public final int nalUnitLengthFieldLength;
......
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