Update variable name in comment.

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=134776852
This commit is contained in:
andrewlewis 2016-09-30 06:21:26 -07:00 committed by Oliver Woodman
parent ee4d297f22
commit c381093a48

View file

@ -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;