Fix incorrect Javadoc

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=148633347
This commit is contained in:
olly 2017-02-27 03:49:44 -08:00 committed by Oliver Woodman
parent ad857852e5
commit 35988395d2

View file

@ -93,7 +93,7 @@ public final class Track {
public final long[] editListMediaTimes;
/**
* For H264 video tracks, the length in bytes of the NALUnitLength field in each sample. -1 for
* For H264 video tracks, the length in bytes of the NALUnitLength field in each sample. 0 for
* other track types.
*/
public final int nalUnitLengthFieldLength;