Update comment on Track.nalUnitLengthFieldLength

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

PiperOrigin-RevId: 523676455
This commit is contained in:
ibaker 2023-04-12 13:51:48 +01:00 committed by Rohit Singh
parent 6182201265
commit 642d34ffc7

View File

@ -78,8 +78,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;