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

2021-12-22 Thread zhilizhao(赵志立)
> On Dec 22, 2021, at 7:30 PM, Gyan Doshi wrote: > > Helper function to check if stored box size is correct and looks > to be fully available. > --- > libavformat/mov.c | 32 > 1 file changed, 32 insertions(+) > > diff --git a/libavformat/mov.c b/libavformat/mov

[FFmpeg-devel] [PATCH 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 | 32 1 file changed, 32 insertions(+) diff --git a/libavformat/mov.c b/libavformat/mov.c index 2aed6e80ef..2cc9e699de 100644 --- a/libavformat/mov.c +++