changeset 3343:35757cceddd0 libavcodec

10l to whoever wrote this
author michael
date Thu, 15 Jun 2006 09:20:31 +0000
parents ff5bed27d7ca
children f9d739057d6c
files xvidff.c
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
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},
 };