Re: [FFmpeg-devel] [PATCH 01/11] avformat/matroskadec: Reject sipr flavor > 3

2020-04-30 Thread Andreas Rheinhardt
Andreas Rheinhardt: > 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

[FFmpeg-devel] [PATCH 01/11] avformat/matroskadec: Reject sipr flavor > 3

2020-04-22 Thread Andreas Rheinhardt
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