Commit 66593bd1 authored by michael's avatar michael

more correct


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@12902 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent a257e27f
......@@ -51,11 +51,13 @@ get_next:
}else{
i-= s->header_size -1;
s->remaining_size = len;
if(!new_frame_start)
if(!new_frame_start){
s->remaining_size += i;
goto get_next;
}
}
}
}
if(ff_combine_frame(pc, i, &buf, &buf_size)<0){
s->remaining_size -= FFMIN(s->remaining_size, buf_size);
......
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