Commit e3dd2b78 authored by michael's avatar michael

set pix_fmt


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@4518 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 1e86679f
......@@ -239,6 +239,7 @@ static int decode_init(AVCodecContext *avctx){
*/
p->qstride= a->mb_width;
p->qscale_table= av_mallocz( p->qstride * a->mb_height);
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