# HG changeset patch # User michael # Date 1138847787 0 # Node ID 545342e01885f77c247e5688fc15154be3f41cde # Parent 1e63c12c2c7102590064006a59b6f5a9a7644730 list of supported pix_fmts diff -r 1e63c12c2c71 -r 545342e01885 jpeg_ls.c --- a/jpeg_ls.c Thu Feb 02 02:28:33 2006 +0000 +++ b/jpeg_ls.c Thu Feb 02 02:36:27 2006 +0000 @@ -838,5 +838,6 @@ encode_init_ls, encode_picture_ls, NULL, + .pix_fmts= (enum PixelFormat[]){PIX_FMT_BGR24, PIX_FMT_RGB24, PIX_FMT_GRAY8, -1}, }; #endif