Commit 8f8b1841 authored by michaelni's avatar michaelni

better set pix_fmt explicitly


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@1372 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 4c02321e
......@@ -56,6 +56,7 @@ int ff_h263_decode_init(AVCodecContext *avctx)
s->progressive_sequence=1;
s->decode_mb= ff_h263_decode_mb;
s->low_delay= 1;
avctx->pix_fmt= PIX_FMT_YUV420P;
/* select sub codec */
switch(avctx->codec->id) {
......
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