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:
parent
acc5161535
commit
51000961f2
1 changed files with 2 additions and 0 deletions
|
@ -18,6 +18,8 @@
|
||||||
|
|
||||||
#define JPEG_INVALID 0X0000
|
#define JPEG_INVALID 0X0000
|
||||||
|
|
||||||
|
// These names are defined in B.1.1.3 - Marker assignments
|
||||||
|
|
||||||
#define JPEG_APPN0 0XFFE0
|
#define JPEG_APPN0 0XFFE0
|
||||||
#define JPEG_APPN1 0XFFE1
|
#define JPEG_APPN1 0XFFE1
|
||||||
#define JPEG_APPN2 0XFFE2
|
#define JPEG_APPN2 0XFFE2
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue