comparison wmv2dec.c @ 9028:0f95e4f0a3f5 libavcodec

Add and use ff_pixfmt_list_420.
author michael
date Tue, 24 Feb 2009 18:27:52 +0000
parents 04423b2f6e0b
children 9ccc13d1144d
comparison
equal deleted inserted replaced
9027:3c141db76660 9028:0f95e4f0a3f5
492 NULL, 492 NULL,
493 wmv2_decode_end, 493 wmv2_decode_end,
494 ff_h263_decode_frame, 494 ff_h263_decode_frame,
495 CODEC_CAP_DRAW_HORIZ_BAND | CODEC_CAP_DR1, 495 CODEC_CAP_DRAW_HORIZ_BAND | CODEC_CAP_DR1,
496 .long_name = NULL_IF_CONFIG_SMALL("Windows Media Video 8"), 496 .long_name = NULL_IF_CONFIG_SMALL("Windows Media Video 8"),
497 .pix_fmts= ff_pixfmt_list_420,
497 }; 498 };