anim_encode: cosmetics: fix alignment

Change-Id: I0a746421f5cceebbbecfb75d11d11ec5d86a1900
This commit is contained in:
James Zern 2015-04-15 15:03:17 -07:00
parent b69a6c35b2
commit e28271a394

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;