diff options
author | Andreas Rheinhardt <andreas.rheinhardt@gmail.com> | 2019-06-24 01:42:31 +0200 |
---|---|---|
committer | James Almer <jamrial@gmail.com> | 2019-06-24 22:19:03 -0300 |
commit | ff5ea59f7b05cb4d37ba9e2c3ee383ff24a10ae0 (patch) | |
tree | 7f8ab030491b375862d8a4395a67366f920d58ab /libavfilter/x86 | |
parent | a569a7b3bb017315b954ca686e1e8add05f07f09 (diff) | |
download | ffmpeg-ff5ea59f7b05cb4d37ba9e2c3ee383ff24a10ae0.tar.gz |
avformat/matroskadec: Improve error/EOF checks III
Up until now, when an element was skipped, it was relied upon
ffio_limit to make sure that there is enough data available to skip.
ffio_limit itself relies upon the availability of the file's size. As
this needn't be available, the check has been refined: First one byte
less than intended is skipped, then another byte is read, followed by a
check of the error flags.
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
Diffstat (limited to 'libavfilter/x86')
0 files changed, 0 insertions, 0 deletions