mirror of https://git.ffmpeg.org/ffmpeg.git
set pix_fmt
Originally committed as revision 4518 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
ca16618b01
commit
2eca4a44b1
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue