Mercurial > libavcodec.hg
changeset 8800:8ec0175bbcb5 libavcodec
Initialize s->gob_index for Intel variant of H.263 too
author | kostya |
---|---|
date | Wed, 11 Feb 2009 12:02:16 +0000 |
parents | cb4441bed13a |
children | 154d81241ac0 |
files | h263dec.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/h263dec.c Wed Feb 11 12:01:59 2009 +0000 +++ b/h263dec.c Wed Feb 11 12:02:16 2009 +0000 @@ -573,7 +573,7 @@ goto retry; } - if((s->codec_id==CODEC_ID_H263 || s->codec_id==CODEC_ID_H263P)) + if((s->codec_id==CODEC_ID_H263 || s->codec_id==CODEC_ID_H263P || s->codec_id == CODEC_ID_H263I)) s->gob_index = ff_h263_get_gob_height(s); // for hurry_up==5