mirror of https://git.ffmpeg.org/ffmpeg.git
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:
parent
5a634a6952
commit
ebc51331a8
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue