Commit b596dac0 authored by michael's avatar michael

10l to whoever wrote this


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@5479 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 08bc7966
......@@ -760,5 +760,6 @@ AVCodec xvid_encoder = {
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},
};
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment