comparison jpeg_ls.c @ 3079:545342e01885 libavcodec

list of supported pix_fmts
author michael
date Thu, 02 Feb 2006 02:36:27 +0000
parents 1e63c12c2c71
children 7364a7e00e86
comparison
equal deleted inserted replaced
3078:1e63c12c2c71 3079:545342e01885
836 CODEC_ID_JPEGLS, 836 CODEC_ID_JPEGLS,
837 sizeof(JpeglsContext), 837 sizeof(JpeglsContext),
838 encode_init_ls, 838 encode_init_ls,
839 encode_picture_ls, 839 encode_picture_ls,
840 NULL, 840 NULL,
841 .pix_fmts= (enum PixelFormat[]){PIX_FMT_BGR24, PIX_FMT_RGB24, PIX_FMT_GRAY8, -1},
841 }; 842 };
842 #endif 843 #endif