mirror of
https://github.com/webmproject/libwebp.git
synced 2024-12-26 13:48:21 +01:00
Merge "anim_encode: cosmetics: fix alignment"
This commit is contained in:
commit
1db07cdeef
@ -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