[Ffmpeg-cvslog] r5479 - trunk/libavcodec/xvidff.c

michael subversion
Thu Jun 15 11:20:32 CEST 2006


Author: michael
Date: Thu Jun 15 11:20:31 2006
New Revision: 5479

Modified:
   trunk/libavcodec/xvidff.c

Log:
10l to whoever wrote this


Modified: trunk/libavcodec/xvidff.c
==============================================================================
--- trunk/libavcodec/xvidff.c	(original)
+++ trunk/libavcodec/xvidff.c	Thu Jun 15 11:20:31 2006
@@ -760,5 +760,6 @@
     sizeof(xvid_context_t),
     ff_xvid_encode_init,
     ff_xvid_encode_frame,
-    ff_xvid_encode_close
+    ff_xvid_encode_close,
+    .pix_fmts= (enum PixelFormat[]){PIX_FMT_YUV420P, -1},
 };




More information about the ffmpeg-cvslog mailing list