diff options
author | volzhs <volzhs@gmail.com> | 2018-12-10 22:33:51 +0900 |
---|---|---|
committer | volzhs <volzhs@gmail.com> | 2018-12-10 22:34:39 +0900 |
commit | d4133ac8440321f2ae2e26fb317871bd847b35eb (patch) | |
tree | ce05e8c433f4987765633f6170c253c0e56820b1 /thirdparty/libwebp/src/enc/analysis_enc.c | |
parent | bf59b73250b0d8e0edf191104246da50bdf16541 (diff) |
Update libwebp to 1.0.1
Diffstat (limited to 'thirdparty/libwebp/src/enc/analysis_enc.c')
-rw-r--r-- | thirdparty/libwebp/src/enc/analysis_enc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/thirdparty/libwebp/src/enc/analysis_enc.c b/thirdparty/libwebp/src/enc/analysis_enc.c index a47ff7d4e8..687757ae03 100644 --- a/thirdparty/libwebp/src/enc/analysis_enc.c +++ b/thirdparty/libwebp/src/enc/analysis_enc.c @@ -458,7 +458,7 @@ static void MergeJobs(const SegmentJob* const src, SegmentJob* const dst) { dst->uv_alpha += src->uv_alpha; } -// initialize the job struct with some TODOs +// initialize the job struct with some tasks to perform static void InitSegmentJob(VP8Encoder* const enc, SegmentJob* const job, int start_row, int end_row) { WebPGetWorkerInterface()->Init(&job->worker); |