Commit 98bf4843 authored by Michael Niedermayer's avatar Michael Niedermayer

1000l copy and paste typo

Originally committed as revision 6305 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 22668218
...@@ -848,6 +848,6 @@ AVCodec wmv2_encoder = { ...@@ -848,6 +848,6 @@ AVCodec wmv2_encoder = {
wmv2_encode_init, wmv2_encode_init,
MPV_encode_picture, MPV_encode_picture,
MPV_encode_end, MPV_encode_end,
.pix_fmts= (enum PixelFormat[]){PIX_FMT_YUVJ420P, -1}, .pix_fmts= (enum PixelFormat[]){PIX_FMT_YUV420P, -1},
}; };
#endif #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