Skip to content
Snippets Groups Projects
Commit 98bf4843 authored by Michael Niedermayer's avatar Michael Niedermayer
Browse files

1000l copy and paste typo

Originally committed as revision 6305 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 22668218
No related branches found
No related tags found
No related merge requests found
......@@ -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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment