mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2026-04-02 18:51:02 +02:00
The loops were reading ahead one line, which could end up outside the buffer for reference blocks at the edge of the picture. Removing this readahead has no measurable performance impact. Signed-off-by: Mans Rullgard <mans@mansr.com>