mirror of
https://github.com/webmproject/libwebp.git
synced 2025-07-17 06:19:54 +02:00
dsp/lossless: split enc/dec functions
adds lossless_enc*.c; reduces the size of the decode-only so: ~78K w/gcc-4.8.2 on x86_64. Change-Id: If5e4610b67d05eba5896bc64bab79e9df92b2092
This commit is contained in:
@ -1216,7 +1216,7 @@ static VP8LEncoder* VP8LEncoderNew(const WebPConfig* const config,
|
||||
enc->config_ = config;
|
||||
enc->pic_ = picture;
|
||||
|
||||
VP8LDspInit();
|
||||
VP8LEncDspInit();
|
||||
|
||||
return enc;
|
||||
}
|
||||
|
Reference in New Issue
Block a user