X-Git-Url: https://git.sesse.net/?p=movit;a=blobdiff_plain;f=ycbcr_input_test.cpp;h=a1415c98eacd184a1f43faa7ff384122288ef16e;hp=f90ffb7b642de294d778744a42b5df622cd788ae;hb=9be82157cfc320d6669d82ab9057862067b77325;hpb=39b6975420669958ed9f4013440aea415134a902 diff --git a/ycbcr_input_test.cpp b/ycbcr_input_test.cpp index f90ffb7..a1415c9 100644 --- a/ycbcr_input_test.cpp +++ b/ycbcr_input_test.cpp @@ -1004,7 +1004,7 @@ TEST(YCbCrInputTest, TenBitPlanar) { class MipmapNeedingEffect : public Effect { public: MipmapNeedingEffect() {} - bool needs_mipmaps() const override { return true; } + MipmapRequirements needs_mipmaps() const override { return NEEDS_MIPMAPS; } // To be allowed to mess with the sampler state. bool needs_texture_bounce() const override { return true; }