Update Canon CS Image stabilization to match ExifTool

This commit is contained in:
tbeu
2016-08-16 20:35:25 +00:00
parent ffcb3f5002
commit e5f142fab6
+10 -3
View File
@@ -1120,9 +1120,16 @@ namespace Exiv2 {
//! ImageStabilization, tag 0x0022
extern const TagDetails canonCsImageStabilization[] = {
{ 0, N_("Off") },
{ 1, N_("On") },
{ 2, N_("On, shot only") }
{ 0, N_("Off") },
{ 1, N_("On") },
{ 2, N_("Shoot Only") },
{ 3, N_("Panning") },
{ 4, N_("Dynamic") },
{ 256, N_("Off (2)") },
{ 257, N_("On (2)") },
{ 258, N_("Shoot Only (2)") },
{ 259, N_("Panning (2)") },
{ 260, N_("Dynamic (2)") }
};
//! SpotMeteringMode, tag 0x0027