X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=init.cpp;h=b8b3cb4e884de457e57acc854b6ba0c593426df5;hb=c59abdb997a1d1d703ac5dd71513dea03628a53e;hp=e0302d378a416421f97c8ceb158d52ad3f7d5d2d;hpb=49ef2523611e215b327cd26f7bf698d1516edd46;p=movit diff --git a/init.cpp b/init.cpp index e0302d3..b8b3cb4 100644 --- a/init.cpp +++ b/init.cpp @@ -18,7 +18,7 @@ namespace { void measure_texel_subpixel_precision() { - static const unsigned width = 1024; + static const unsigned width = 4096; // Generate a destination texture to render to, and an FBO. GLuint dst_texnum, fbo;