Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
gpujpeg_reader get info: set restart_interval=0
Set restart interval to zero for gpujpeg_reader_get_image_info() - it is actually checked if not change(unless 0), so any other inital value than zero and the actual DRI value will cause errors like: ``` GPUJPEG rev ef4fa04 [GPUJPEG] [Error] DRI marker can't redefine restart interval (8 to 4)! This may be caused when more DRI markers are presented which is not supported! ``` This fixes the commit ef4fa04 from 2024-04-09.
- Loading branch information