Commit ed2d290b authored by michael's avatar michael

list of supported pix_fmts


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@4918 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 4d9d93be
......@@ -838,5 +838,6 @@ AVCodec jpegls_encoder = { //FIXME avoid MPV_* lossless jpeg shouldnt need them
encode_init_ls,
encode_picture_ls,
NULL,
.pix_fmts= (enum PixelFormat[]){PIX_FMT_BGR24, PIX_FMT_RGB24, PIX_FMT_GRAY8, -1},
};
#endif
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment