summaryrefslogtreecommitdiff
path: root/libavcodec/svq3.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/svq3.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/svq3.c')
-rw-r--r--libavcodec/svq3.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/svq3.c b/libavcodec/svq3.c
index c866b1237c..e21e5422ab 100644
--- a/libavcodec/svq3.c
+++ b/libavcodec/svq3.c
@@ -1050,4 +1050,5 @@ AVCodec svq3_decoder = {
svq3_decode_frame,
CODEC_CAP_DRAW_HORIZ_BAND | CODEC_CAP_DR1 | CODEC_CAP_DELAY,
.long_name = NULL_IF_CONFIG_SMALL("Sorenson Vector Quantizer 3"),
+ .pix_fmts= (enum PixelFormat[]){PIX_FMT_YUV410P, PIX_FMT_NONE},
};