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
This commit is contained in:
James Stembridge 2003-05-26 21:40:58 +00:00 committed by Michael Niedermayer
parent 5a634a6952
commit ebc51331a8
1 changed files with 2 additions and 0 deletions

View File

@ -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;
}