[FFmpeg-devel] [PATCH 6/8] avformat/matroskadec: Remove unnecessary check

James Almer jamrial at gmail.com
Thu Dec 5 04:22:38 EET 2019


On 12/3/2019 2:09 PM, Andreas Rheinhardt wrote:
> 870e7552 introduced validating the lace sizes when they are parsed and
> removed the old check; yet when merging this libav commit in 6902c3ac,
> the old check for whether the frame extends beyond the frame has been kept.
> It is unnecessary and has been removed.
> 
> Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt at gmail.com>
> ---
> Same as https://ffmpeg.org/pipermail/ffmpeg-devel/2019-August/248369.html
> 
>  libavformat/matroskadec.c | 13 +++----------
>  1 file changed, 3 insertions(+), 10 deletions(-)

Added a xiph lacing test (since unlike ebml and fixed lacing, it was
currently untested) and pushed the whole set. Thanks.


More information about the ffmpeg-devel mailing list