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

Change #267020

Category ffmpeg
Changed by Lynne <devohnoyoudont@lynne.ee>
Changed at Wed 13 May 2026 19:55:53
Repository https://git.ffmpeg.org/ffmpeg.git
Project ffmpeg
Branch master
Revision a2737497de4752813f27b4571e67a79c88c227d7

Comments

vulkan/prores_raw: add skip_bits_unchecked and use it
show_bits(gb, 32) is called immediately above. It guarantees that
the following skip_bits call will not need to reload.

Changed files