mirror of
https://github.com/webmproject/libwebp.git
synced 2025-04-04 16:06:49 +02:00
Merge "always call WebPInitSamplers(), don't try to be smart"
This commit is contained in:
commit
158763dea3
@ -536,6 +536,7 @@ static int CustomSetup(VP8Io* io) {
|
|||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
if (is_rgb) {
|
if (is_rgb) {
|
||||||
|
WebPInitSamplers();
|
||||||
p->emit = EmitSampledRGB; // default
|
p->emit = EmitSampledRGB; // default
|
||||||
if (io->fancy_upsampling) {
|
if (io->fancy_upsampling) {
|
||||||
#ifdef FANCY_UPSAMPLING
|
#ifdef FANCY_UPSAMPLING
|
||||||
@ -550,8 +551,6 @@ static int CustomSetup(VP8Io* io) {
|
|||||||
p->emit = EmitFancyRGB;
|
p->emit = EmitFancyRGB;
|
||||||
WebPInitUpsamplers();
|
WebPInitUpsamplers();
|
||||||
#endif
|
#endif
|
||||||
} else {
|
|
||||||
WebPInitSamplers();
|
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
p->emit = EmitYUV;
|
p->emit = EmitYUV;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user