mirror of
https://github.com/samsonjs/media.git
synced 2026-04-03 10:55:48 +00:00
Update variable name in comment.
------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=134776852
This commit is contained in:
parent
ee4d297f22
commit
c381093a48
1 changed files with 1 additions and 1 deletions
|
|
@ -136,7 +136,7 @@ import java.util.Collections;
|
|||
if (startCodeValue == START_GROUP) {
|
||||
foundFirstFrameInGroup = false;
|
||||
isKeyframe = true;
|
||||
} else /* startCode == START_PICTURE */ {
|
||||
} else /* startCodeValue == START_PICTURE */ {
|
||||
frameTimeUs = pesPtsUsAvailable ? pesTimeUs : (frameTimeUs + frameDurationUs);
|
||||
framePosition = totalBytesWritten - bytesWrittenPastStartCode;
|
||||
pesPtsUsAvailable = false;
|
||||
|
|
|
|||
Loading…
Reference in a new issue