You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2026-04-29 12:54:10 +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>