Skip to content

Commit 03dcf93

Browse files
committed
Add Canon AntiFlicker tag
1 parent b7e4223 commit 03dcf93

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/canonmn_int.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2557,6 +2557,8 @@ constexpr TagInfo CanonMakerNote::tagInfoFi_[] = {
25572557
1, EXV_PRINT_TAG(canonShutterMode)},
25582558
{0x0019, "FlashExposureLock", N_("Flash Exposure Lock"), N_("Flash exposure lock"), IfdId::canonFiId,
25592559
SectionId::makerTags, signedShort, 1, EXV_PRINT_TAG(canonOffOn)},
2560+
{0x0020, "AntiFlicker", N_("Anti-Flicker"), N_("Anti-flicker"), IfdId::canonFiId, SectionId::makerTags, signedShort,
2561+
1, EXV_PRINT_TAG(canonOffOn)},
25602562
{0x003D, "RFLensType", N_("RF Lens Type"), N_("RF Lens Type"), IfdId::canonFiId, SectionId::makerTags,
25612563
unsignedShort, 1, EXV_PRINT_TAG(canonRFLensType)},
25622564
// End of list marker

0 commit comments

Comments
 (0)