1000l copy and paste typo

Originally committed as revision 6305 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Michael Niedermayer 2006-09-21 01:08:05 +00:00
parent 22668218f9
commit 98bf484309
1 changed files with 1 additions and 1 deletions

View File

@ -848,6 +848,6 @@ AVCodec wmv2_encoder = {
wmv2_encode_init,
MPV_encode_picture,
MPV_encode_end,
.pix_fmts= (enum PixelFormat[]){PIX_FMT_YUVJ420P, -1},
.pix_fmts= (enum PixelFormat[]){PIX_FMT_YUV420P, -1},
};
#endif