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

2019-12-04 Thread James Almer
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

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

2019-12-03 Thread Andreas Rheinhardt
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 --- S