Commit 32ad92e6 authored by michael's avatar michael

1000l copy and paste typo


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@6305 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 73c9e8a9
......@@ -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
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