From 09a9b45e4fa77a533391184ace5cadb30c6b83c7 Mon Sep 17 00:00:00 2001 From: Michael Niedermayer Date: Tue, 24 Feb 2009 18:27:52 +0000 Subject: Add and use ff_pixfmt_list_420. Originally committed as revision 17564 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/wmv2dec.c | 1 + 1 file changed, 1 insertion(+) (limited to 'libavcodec/wmv2dec.c') 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, }; -- cgit v1.2.3