diff xvidff.c @ 3343:35757cceddd0 libavcodec

10l to whoever wrote this
author michael
date Thu, 15 Jun 2006 09:20:31 +0000
parents 18af2f7788c6
children c8c591fe26f8
line wrap: on
line diff
--- a/xvidff.c	Mon Jun 12 21:34:43 2006 +0000
+++ b/xvidff.c	Thu Jun 15 09:20:31 2006 +0000
@@ -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},
 };