Merge "anim_encode: cosmetics: fix alignment"

This commit is contained in:
James Zern 2015-04-15 15:32:12 -07:00 committed by Gerrit Code Review
commit 1db07cdeef

View File

@ -1086,8 +1086,8 @@ int WebPAnimEncoderAdd(WebPAnimEncoder* enc, WebPPicture* frame, int timestamp,
fprintf(stderr, fprintf(stderr,
"ERROR adding frame: timestamps must be non-decreasing.\n"); "ERROR adding frame: timestamps must be non-decreasing.\n");
} }
return 0; return 0;
} }
SetPreviousDuration(enc, (int)prev_frame_duration); SetPreviousDuration(enc, (int)prev_frame_duration);
} else { } else {
enc->first_timestamp_ = timestamp; enc->first_timestamp_ = timestamp;