This is an automated email from the git hooks/post-receive script. Git pushed a commit to branch master in repository ffmpeg.
commit 836ff94338bd078f3c3dfde7dfbe6e5c608ae71f Author: Wu Jianhua <[email protected]> AuthorDate: Thu Aug 27 06:12:55 2026 +0800 Commit: jianhuaw <[email protected]> CommitDate: Fri Aug 28 18:50:16 2026 +0000 avcodec/exif: add InterColorProfile tag to tag list Signed-off-by: Wu Jianhua <[email protected]> --- libavcodec/exif.c | 1 + 1 file changed, 1 insertion(+) diff --git a/libavcodec/exif.c b/libavcodec/exif.c index b188081801..bbac4a436d 100644 --- a/libavcodec/exif.c +++ b/libavcodec/exif.c @@ -122,6 +122,7 @@ static const struct exif_tag tag_list[] = { // JEITA CP-3451 EXIF specification: {"Software", 0x131}, {"Artist", 0x13B}, {"Copyright", 0x8298}, + {"InterColorProfile", 0x8773}, {"ExifVersion", 0x9000}, // <- Table 4 Exif IFD Attribute Information (1) {"FlashpixVersion", 0xA000}, {"ColorSpace", 0xA001}, -- To stop receiving notification emails like this one, please contact [email protected]. _______________________________________________ ffmpeg-cvslog mailing list -- [email protected] To unsubscribe send an email to [email protected]
