• Andreas Rheinhardt's avatar
    avformat/matroskadec: Reject sipr flavor > 3 · 8287c201
    Andreas Rheinhardt authored
    Only flavors 0..3 seem to exist. E.g. rmdec.c treats any flavor > 3
    as invalid data. Furthermore, we do not know how big the packets to
    create ought to be given that for sipr these values are not read from
    the bitstream, but from a table.
    
    Furthermore, flavor is only used for sipr, so only check it for sipr;
    rmdec.c does the same. (The old check for flavor being < 0 was
    always wrong given that flavor is an int that is read via avio_rb16(),
    so it has been removed completely.)
    Signed-off-by: 's avatarAndreas Rheinhardt <andreas.rheinhardt@gmail.com>
    8287c201
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...
.mailmap 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...