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

Change #254217

Category ffmpeg
Changed by Ramiro Polla <ramiro.pollaohnoyoudont@gmail.com>
Changed at Mon 05 Jan 2026 14:14:15
Repository https://git.ffmpeg.org/ffmpeg.git
Project ffmpeg
Branch master
Revision 1debadd58ef7fd86cba34c998043a0ae5c15a880

Comments

avcodec/mjpegdec: use GetByteContext instead of GetBitContext where possible
JPEG is mostly byte-aligned. We only really need GetBitContext while
decoding the image data.

Suggested-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

Changed files