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

Change #273667

Category ffmpeg
Changed by Shreesh Adiga <16567adigashreeshohnoyoudont@gmail.com>
Changed at Thu 02 Jul 2026 11:03:25
Repository https://git.ffmpeg.org/ffmpeg.git
Project ffmpeg
Branch master
Revision e18e229388b7b5d5bb3bb667533a9e853ae94737

Comments

checkasm/crc: increase size of input buffer from 8k to 16k
For AArch64, AV_CRC_32_IEEE_LE implementation has codepath which is triggered
when input buffer size is >= 8192. Thus to ensure sufficient test coverage,
size of the input buffer in the test file is being increased from 8192 to 16384.

Changed files