Commit 1449b722 authored by Michael Niedermayer's avatar Michael Niedermayer

10l to whoever wrote this

Originally committed as revision 5479 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 3c47c174
......@@ -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