[FFmpeg-devel] [PATCH 1/2] avformat/sbgdec: Use avio_read_to_bprint() where appropriate

Nicolas George george at nsup.org
Tue Aug 8 10:05:17 EEST 2023


Andreas Rheinhardt (12023-08-08):
> Note: There is a slight difference in the handling of
> the max_file_size option: The earlier code used it to mean
> to limit the size of the buffer to allocate; the new code
> treats it more literally as maximum size to read from
> the input.
> 
> Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt at outlook.com>
> ---
>  libavformat/sbgdec.c | 63 ++++++++++++++++++--------------------------
>  1 file changed, 25 insertions(+), 38 deletions(-)

Both patches ok by me.

Regards,

-- 
  Nicolas George


More information about the ffmpeg-devel mailing list