mirror of
https://github.com/webmproject/libwebp.git
synced 2024-12-25 21:28:22 +01:00
anim_encode: cosmetics: fix alignment
Change-Id: I0a746421f5cceebbbecfb75d11d11ec5d86a1900
This commit is contained in:
parent
b69a6c35b2
commit
e28271a394
@ -1086,8 +1086,8 @@ int WebPAnimEncoderAdd(WebPAnimEncoder* enc, WebPPicture* frame, int timestamp,
|
||||
fprintf(stderr,
|
||||
"ERROR adding frame: timestamps must be non-decreasing.\n");
|
||||
}
|
||||
return 0;
|
||||
}
|
||||
return 0;
|
||||
}
|
||||
SetPreviousDuration(enc, (int)prev_frame_duration);
|
||||
} else {
|
||||
enc->first_timestamp_ = timestamp;
|
||||
|
Loading…
Reference in New Issue
Block a user