• Andreas Rheinhardt's avatar
    avformat/matroskadec: Improve frame size parsing error messages · dbe3be67
    Andreas Rheinhardt authored
    When parsing the sizes of the frames in a lace fails, sometimes no
    error message was raised (e.g. when using xiph or fixed-size lacing).
    Only EBML lacing generated error messages (which were wrongly declared
    as AV_LOG_INFO), but even here not all errors resulted in an error
    message. So add a generic error message to catch them all.
    
    Moreover, if parsing one of the EBML numbers fails, ebml_read_num already
    emits its own error messages, so that all that is needed is a generic error
    message to indicate that this happened during parsing the sizes of the
    frames in a block; in other words, the error messages specific to
    parsing EBML lace numbers can be and have been removed.
    Signed-off-by: 's avatarAndreas Rheinhardt <andreas.rheinhardt@gmail.com>
    Signed-off-by: 's avatarJames Almer <jamrial@gmail.com>
    dbe3be67
Name
Last commit
Last update
compat Loading commit data...
doc Loading commit data...
ffbuild Loading commit data...
fftools Loading commit data...
libavcodec Loading commit data...
libavdevice Loading commit data...
libavfilter Loading commit data...
libavformat Loading commit data...
libavresample Loading commit data...
libavutil Loading commit data...
libpostproc Loading commit data...
libswresample Loading commit data...
libswscale Loading commit data...
presets Loading commit data...
tests Loading commit data...
tools Loading commit data...
.gitattributes Loading commit data...
.gitignore Loading commit data...
.travis.yml Loading commit data...
CONTRIBUTING.md Loading commit data...
COPYING.GPLv2 Loading commit data...
COPYING.GPLv3 Loading commit data...
COPYING.LGPLv2.1 Loading commit data...
COPYING.LGPLv3 Loading commit data...
CREDITS Loading commit data...
Changelog Loading commit data...
INSTALL.md Loading commit data...
LICENSE.md Loading commit data...
MAINTAINERS Loading commit data...
Makefile Loading commit data...
README.md Loading commit data...
RELEASE Loading commit data...
configure Loading commit data...