Re: [FFmpeg-devel] [PATCH v2 1/2] avformat/mov: add validate_box_size

2021-12-22 Thread Gyan Doshi
On 2021-12-22 06:43 pm, Nicolas George wrote: Gyan Doshi (12021-12-22): Helper function to check if stored box size is correct and looks to be fully available. --- libavformat/mov.c | 34 ++ 1 file changed, 34 insertions(+) diff --git a/libavformat/mov.c b/

Re: [FFmpeg-devel] [PATCH v2 1/2] avformat/mov: add validate_box_size

2021-12-22 Thread Nicolas George
Gyan Doshi (12021-12-22): > Helper function to check if stored box size is correct and looks > to be fully available. > --- > libavformat/mov.c | 34 ++ > 1 file changed, 34 insertions(+) > > diff --git a/libavformat/mov.c b/libavformat/mov.c > index 2aed6e80ef..7d

[FFmpeg-devel] [PATCH v2 1/2] avformat/mov: add validate_box_size

2021-12-22 Thread Gyan Doshi
Helper function to check if stored box size is correct and looks to be fully available. --- libavformat/mov.c | 34 ++ 1 file changed, 34 insertions(+) diff --git a/libavformat/mov.c b/libavformat/mov.c index 2aed6e80ef..7de95b7ab0 100644 --- a/libavformat/mov.c ++