mirror of
https://github.com/librempeg/librempeg
synced 2024-11-23 19:58:59 +00:00
Initialize s->gob_index for Intel variant of H.263 too
Originally committed as revision 17153 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
9b4cfc360a
commit
71a3dff9d5
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user