Mercurial > libavcodec.hg
comparison rv40.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 | b293cd788af3 |
comparison
equal
deleted
inserted
replaced
9027:3c141db76660 | 9028:0f95e4f0a3f5 |
---|---|
654 ff_rv34_decode_end, | 654 ff_rv34_decode_end, |
655 ff_rv34_decode_frame, | 655 ff_rv34_decode_frame, |
656 CODEC_CAP_DR1 | CODEC_CAP_DELAY, | 656 CODEC_CAP_DR1 | CODEC_CAP_DELAY, |
657 .flush = ff_mpeg_flush, | 657 .flush = ff_mpeg_flush, |
658 .long_name = NULL_IF_CONFIG_SMALL("RealVideo 4.0"), | 658 .long_name = NULL_IF_CONFIG_SMALL("RealVideo 4.0"), |
659 .pix_fmts= ff_pixfmt_list_420, | |
659 }; | 660 }; |