Re: [FFmpeg-devel] [PATCH 1/1] avformat/avio: add configuration options for IO_BUFFER_SIZE

2025-03-13 Thread
Zhao Zhili 于2025年3月13日周四 20:50写道: > On Mar 13, 2025, at 19:30, 姚靖威 wrote: > > > > protocols like local socket and local file. In our product, I set > > avio-buffer-size > > value to 1024 in order to reduce memory.The OS we use is based on nuttx, > it > >

Re: [FFmpeg-devel] [PATCH 1/1] avformat/avio: add configuration options for IO_BUFFER_SIZE

2025-03-13 Thread
The purpose of this patch is to modify the default buffer size of the avio module during compilation. On some resource-constrained devices to save memory, the current default value (32K), it can also be set to a smaller value. Nicolas George 于2025年3月11日周二 19:55写道: > joney...@gmail.com (HE12025-0

Re: [FFmpeg-devel] [PATCH 1/1] avformat/avio: add configuration options for IO_BUFFER_SIZE

2025-03-13 Thread
protocols like local socket and local file. In our product, I set avio-buffer-size value to 1024 in order to reduce memory.The OS we use is based on nuttx, it can be used in very small resource chips. [image: image.png] Zhao Zhili 于2025年3月13日周四 18:26写道: > > > > On Mar 13, 2025,