Commit ebc51331 authored by James Stembridge's avatar James Stembridge Committed by Michael Niedermayer

set pix_fmt in rv10 patch by (James Stembridge <jstembridge at users dot sourceforge dot net>)

Originally committed as revision 1909 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 5a634a69
......@@ -387,6 +387,8 @@ static int rv10_decode_init(AVCodecContext *avctx)
rv_chrom_code, 2, 2);
done = 1;
}
avctx->pix_fmt = PIX_FMT_YUV420P;
return 0;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment