Commit 8c8650a5 authored by michaelni's avatar michaelni

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


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@1909 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 47348042
......@@ -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