Commit 71a3dff9 authored by Kostya Shishkov's avatar Kostya Shishkov

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

Originally committed as revision 17153 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 9b4cfc36
......@@ -573,7 +573,7 @@ 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);
// 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