X-Git-Url: http://git.cinelerra-gg.org/git/?a=blobdiff_plain;f=cinelerra-5.1%2Fguicast%2Ftest4.C;h=a878a19d01c82179b02cb4f3eb5f58189b136510;hb=7b05ad287956f8bd00836d9b5fb39f899a5fb641;hp=0c2c2fdd1e9b3885ae54d8ebf8a2464879459c6d;hpb=3965a828148131904d4ede4354b0942917a107b3;p=goodguy%2Fhistory.git diff --git a/cinelerra-5.1/guicast/test4.C b/cinelerra-5.1/guicast/test4.C index 0c2c2fdd..a878a19d 100644 --- a/cinelerra-5.1/guicast/test4.C +++ b/cinelerra-5.1/guicast/test4.C @@ -81,7 +81,7 @@ const char *cmdl[] = { "yuv422p", "rgb888", "rgba8888", "rgb161616", "rgba16161616", "yuv888", "yuva8888", "yuv161616", "yuva16161616", "yuv411p", "uvy422", "yuv422", "argb8888", "abgr8888", "a8", "a16", "yuv101010", "vyu888", "uyva8888", "yuv444p", "yuv410p", "rgb_float", "rgba_float", "a_float", - "rgb_floatp", "rgba_floatp", + "rgb_floatp", "rgba_floatp", "yuv420pi", }; void write_pgm(uint8_t *tp, int w, int h, const char *fmt, ...) @@ -124,7 +124,7 @@ int main(int ac, char **av) close(fd); int w = ifrm.get_w(), h = ifrm.get_h(); TestWindow test_window(100, 100, w, h); - for( int fr_cmdl=1; fr_cmdl<=32; ++fr_cmdl ) { + for( int fr_cmdl=1; fr_cmdl<=34; ++fr_cmdl ) { if( fr_cmdl == BC_TRANSPARENCY || fr_cmdl == BC_COMPRESSED ) continue; if( fr_cmdl == BC_A8 || fr_cmdl == BC_A16 ) continue; if( fr_cmdl == BC_A_FLOAT || fr_cmdl == 8 ) continue;