Commit 81edbc1d authored by Michael Niedermayer's avatar Michael Niedermayer

list of supported pix_fmts

Originally committed as revision 4918 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 98ddcd39
......@@ -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