[Ffmpeg-cvslog] CVS: ffmpeg/libavcodec jpeg_ls.c,1.4,1.5
Michael Niedermayer CVS
michael
Thu Feb 2 03:36:29 CET 2006
Update of /cvsroot/ffmpeg/ffmpeg/libavcodec
In directory mail:/var2/tmp/cvs-serv14549
Modified Files:
jpeg_ls.c
Log Message:
list of supported pix_fmts
Index: jpeg_ls.c
===================================================================
RCS file: /cvsroot/ffmpeg/ffmpeg/libavcodec/jpeg_ls.c,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- jpeg_ls.c 2 Feb 2006 02:28:33 -0000 1.4
+++ jpeg_ls.c 2 Feb 2006 02:36:27 -0000 1.5
@@ -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
More information about the ffmpeg-cvslog
mailing list