mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2026-05-08 12:03:14 +02:00
82144fea48
Previously, the pkt_size option only affected write buffering in the file protocol. This change extends its effect to read mode as well. On embedded systems with limited RAM, users can now reduce I/O buffer memory by setting a smaller pkt_size. Signed-off-by: caifan3 <caifan3@xiaomi.com>