Commit db2297e3 authored by kostya's avatar kostya

Initialize s->gob_index for Intel variant of H.263 too

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@17153 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 1dd1d3de
...@@ -573,7 +573,7 @@ retry: ...@@ -573,7 +573,7 @@ retry:
goto retry; 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); s->gob_index = ff_h263_get_gob_height(s);
// for hurry_up==5 // for hurry_up==5
......
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