[FFmpeg-devel] [PATCH v3] avformat/dhav: fix backward scanning for get_duration and optimize seeking
Derek Buitenhuis
derek.buitenhuis at gmail.com
Wed May 21 18:16:48 EEST 2025
On 5/21/2025 2:23 PM, Derek Buitenhuis wrote:
> This changes the scanning to check for the end tag 1 byte at a time
> and buffers the last 1 MiB using ffio_ensure_seekback to avoid additional
> seek operations.
I removed the part about ffio_ensure_seekback locally.
- Derek
More information about the ffmpeg-devel
mailing list