Skip to content

Commit

Permalink
Merge pull request #2578 from Exiv2/mergify/bp/0.27-maintenance/pr-1824
Browse files Browse the repository at this point in the history
Corrected JPEG XL file type (backport #1824)
  • Loading branch information
kmilos committed May 2, 2023
2 parents d6ea2a8 + aee4ac3 commit 959f7cc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/bmffimage.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
#define TAG_heix 0x68656978 /**< "heix" HEIC */
#define TAG_mif1 0x6d696631 /**< "mif1" HEIF */
#define TAG_crx 0x63727820 /**< "crx " Canon CR3 */
#define TAG_jxl 0x4a584c20 /**< "JXL " JPEG XL */
#define TAG_jxl 0x6a786c20 /**< "jxl " JPEG XL file type */
#define TAG_moov 0x6d6f6f76 /**< "moov" Movie */
#define TAG_meta 0x6d657461 /**< "meta" Metadata */
#define TAG_mdat 0x6d646174 /**< "mdat" Media data */
Expand Down
2 changes: 1 addition & 1 deletion tests/bugfixes/github/test_issue_1503.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ class issue_1503_jxl_bmff(metaclass=system_tests.CaseMeta):
Xmp.photoshop.DateCreated XmpText 10 2004-06-21
""","""File name : $filename
File size : 32892 Bytes
MIME type : image/generic
MIME type : image/jxl
Image size : 200 x 130
Thumbnail : image/jpeg, 4196 Bytes
Camera make : NIKON CORPORATION
Expand Down

0 comments on commit 959f7cc

Please sign in to comment.