mirror of https://github.com/FFmpeg/FFmpeg.git
We are protecting the checked buffer with ffio_ensure_seekback(), so if the
inner check fails with a seek error, that likely means the end of file was
reached when checking for the next frame. This could also be the result of a
wrongly guessed (larger than normal) frame size, so let's continue the loop
instead of breaking out early. It will end sooner or later anyway.
Signed-off-by: Marton Balint <cus@passwd.hu>
(cherry picked from commit b75e604fe5
)
release/6.1
parent
b4681bd6ec
commit
306ed3f301
1 changed files with 1 additions and 7 deletions
Loading…
Reference in new issue