summaryrefslogtreecommitdiff
path: root/libavcodec/rv40.c
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2009-02-24 18:27:52 +0000
committerMichael Niedermayer <michaelni@gmx.at>2009-02-24 18:27:52 +0000
commit09a9b45e4fa77a533391184ace5cadb30c6b83c7 (patch)
tree34f02c95a47afb6caa773b065708f3402e4ed3d7 /libavcodec/rv40.c
parentc0aec489a67d0d228ddc0a2931774a68f857eaaf (diff)
Add and use ff_pixfmt_list_420.
Originally committed as revision 17564 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/rv40.c')
-rw-r--r--libavcodec/rv40.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/rv40.c b/libavcodec/rv40.c
index fdab13cd63..8e1a470954 100644
--- a/libavcodec/rv40.c
+++ b/libavcodec/rv40.c
@@ -656,4 +656,5 @@ AVCodec rv40_decoder = {
CODEC_CAP_DR1 | CODEC_CAP_DELAY,
.flush = ff_mpeg_flush,
.long_name = NULL_IF_CONFIG_SMALL("RealVideo 4.0"),
+ .pix_fmts= ff_pixfmt_list_420,
};