diff 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
line wrap: on
line diff
--- a/rv30.c	Tue Feb 24 18:24:56 2009 +0000
+++ b/rv30.c	Tue Feb 24 18:27:52 2009 +0000
@@ -278,4 +278,5 @@
     CODEC_CAP_DR1 | CODEC_CAP_DELAY,
     .flush = ff_mpeg_flush,
     .long_name = NULL_IF_CONFIG_SMALL("RealVideo 3.0"),
+    .pix_fmts= ff_pixfmt_list_420,
 };