Browse Source

1000l copy and paste typo

Originally committed as revision 6305 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.5
Michael Niedermayer 18 years ago
parent
commit
98bf484309
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      libavcodec/wmv2.c

+ 1
- 1
libavcodec/wmv2.c 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

Loading…
Cancel
Save