# HG changeset patch # User michael # Date 1150363231 0 # Node ID 35757cceddd0afd02bdf362ab6e417d72df134f9 # Parent ff5bed27d7cae82ab820168f3a3ecda217ca66bd 10l to whoever wrote this diff -r ff5bed27d7ca -r 35757cceddd0 xvidff.c --- 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}, };