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

2023-08-08 Thread Nicolas George
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. > >

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

2023-08-07 Thread Andreas Rheinhardt
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 --- libavformat/sbgdec.c