diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2009-02-24 18:27:52 +0000 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2009-02-24 18:27:52 +0000 |
commit | 09a9b45e4fa77a533391184ace5cadb30c6b83c7 (patch) | |
tree | 34f02c95a47afb6caa773b065708f3402e4ed3d7 /libavcodec/wmv2dec.c | |
parent | c0aec489a67d0d228ddc0a2931774a68f857eaaf (diff) | |
download | ffmpeg-09a9b45e4fa77a533391184ace5cadb30c6b83c7.tar.gz |
Add and use ff_pixfmt_list_420.
Originally committed as revision 17564 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/wmv2dec.c')
-rw-r--r-- | libavcodec/wmv2dec.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/wmv2dec.c b/libavcodec/wmv2dec.c index fd42b2c2ba..b14b5143aa 100644 --- a/libavcodec/wmv2dec.c +++ b/libavcodec/wmv2dec.c @@ -494,4 +494,5 @@ AVCodec wmv2_decoder = { ff_h263_decode_frame, CODEC_CAP_DRAW_HORIZ_BAND | CODEC_CAP_DR1, .long_name = NULL_IF_CONFIG_SMALL("Windows Media Video 8"), + .pix_fmts= ff_pixfmt_list_420, }; |