Update comment on Track.nalUnitLengthFieldLength
This field is also non-zero for h.265 tracks. PiperOrigin-RevId: 523676455
This commit is contained in:
parent
6182201265
commit
642d34ffc7
@ -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;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user