changeset 3079:545342e01885 libavcodec

list of supported pix_fmts
author michael
date Thu, 02 Feb 2006 02:36:27 +0000
parents 1e63c12c2c71
children 16eff725382f
files jpeg_ls.c
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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