mirror of
https://github.com/samsonjs/media.git
synced 2026-04-27 15:07:40 +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) {
|
if (startCodeValue == START_GROUP) {
|
||||||
foundFirstFrameInGroup = false;
|
foundFirstFrameInGroup = false;
|
||||||
isKeyframe = true;
|
isKeyframe = true;
|
||||||
} else /* startCode == START_PICTURE */ {
|
} else /* startCodeValue == START_PICTURE */ {
|
||||||
frameTimeUs = pesPtsUsAvailable ? pesTimeUs : (frameTimeUs + frameDurationUs);
|
frameTimeUs = pesPtsUsAvailable ? pesTimeUs : (frameTimeUs + frameDurationUs);
|
||||||
framePosition = totalBytesWritten - bytesWrittenPastStartCode;
|
framePosition = totalBytesWritten - bytesWrittenPastStartCode;
|
||||||
pesPtsUsAvailable = false;
|
pesPtsUsAvailable = false;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue