1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 11:07:45 +00:00

LibGfx: Add a spec reference for JPEG constants definitions

This commit is contained in:
Lucas CHOLLET 2023-02-19 15:54:23 -05:00 committed by Andreas Kling
parent acc5161535
commit 51000961f2

View file

@ -18,6 +18,8 @@
#define JPEG_INVALID 0X0000
// These names are defined in B.1.1.3 - Marker assignments
#define JPEG_APPN0 0XFFE0
#define JPEG_APPN1 0XFFE1
#define JPEG_APPN2 0XFFE2