Home - Waterfall Grid T-Grid Console Builders Recent Builds Buildslaves Changesources - JSON API - About

Change #273628

Category ffmpeg
Changed by Thomas Guilbert <tguilbertohnoyoudont@chromium.org>
Changed at Thu 02 Jul 2026 04:49:06
Repository https://git.ffmpeg.org/ffmpeg.git
Project ffmpeg
Branch master
Revision f956c41d7b2ecb5802a24dfe158d319b71c8a95a

Comments

Guard against loop underflow
This commits adds an early returns if `len <= pred_order` for RISC-V
architectures, matching the logic on other architectures.

Changed files