mirror of
https://github.com/nyanmisaka/ffmpeg-rockchip.git
synced 2026-01-24 02:20:56 +01:00
1/0 fix
Originally committed as revision 7658 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
f7835507cb
commit
b34397b4cd
1 changed files with 1 additions and 1 deletions
|
|
@ -729,7 +729,7 @@ retry:
|
|||
decode_slice(s);
|
||||
while(s->mb_y<s->mb_height){
|
||||
if(s->msmpeg4_version){
|
||||
if(s->mb_x!=0 || (s->mb_y%s->slice_height)!=0 || get_bits_count(&s->gb) > s->gb.size_in_bits)
|
||||
if(s->slice_height==0 || s->mb_x!=0 || (s->mb_y%s->slice_height)!=0 || get_bits_count(&s->gb) > s->gb.size_in_bits)
|
||||
break;
|
||||
}else{
|
||||
if(ff_h263_resync(s)<0)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue