mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-02-14 22:22:59 +02:00
10l to whoever wrote this
Originally committed as revision 5479 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
3c47c1744a
commit
1449b7220d
@ -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},
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user