diff options
author | Michael Niedermayer | 2006-09-20 21:17:37 +0000 |
---|---|---|
committer | Michael Niedermayer | 2006-09-20 21:17:37 +0000 |
commit | c3e462a8ca8127acacd0848c2e6ea4a45e628cd7 (patch) | |
tree | 2099345f730ef8a56e97941ff963cc5dc7afc64f /libavcodec/wmv2.c | |
parent | 56f68a4112ccb909b96981d4128a3e81eec212e2 (diff) |
set supported pixel formats for a few encoders (fixes crashes with grayscale)
Originally committed as revision 6303 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/wmv2.c')
-rw-r--r-- | libavcodec/wmv2.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/wmv2.c b/libavcodec/wmv2.c index 3f405af4f9..b10cce60c9 100644 --- a/libavcodec/wmv2.c +++ b/libavcodec/wmv2.c @@ -848,5 +848,6 @@ AVCodec wmv2_encoder = { wmv2_encode_init, MPV_encode_picture, MPV_encode_end, + .pix_fmts= (enum PixelFormat[]){PIX_FMT_YUVJ420P, -1}, }; #endif |