comparison rv30.c @ 9028:0f95e4f0a3f5 libavcodec

Add and use ff_pixfmt_list_420.
author michael
date Tue, 24 Feb 2009 18:27:52 +0000
parents 64acd0cc269d
children 305536ce781f
comparison
equal deleted inserted replaced
9027:3c141db76660 9028:0f95e4f0a3f5
276 ff_rv34_decode_end, 276 ff_rv34_decode_end,
277 ff_rv34_decode_frame, 277 ff_rv34_decode_frame,
278 CODEC_CAP_DR1 | CODEC_CAP_DELAY, 278 CODEC_CAP_DR1 | CODEC_CAP_DELAY,
279 .flush = ff_mpeg_flush, 279 .flush = ff_mpeg_flush,
280 .long_name = NULL_IF_CONFIG_SMALL("RealVideo 3.0"), 280 .long_name = NULL_IF_CONFIG_SMALL("RealVideo 3.0"),
281 .pix_fmts= ff_pixfmt_list_420,
281 }; 282 };