Skip to content

Commit

Permalink
wb_presets: Fix the SX60 preset names
Browse files Browse the repository at this point in the history
  • Loading branch information
pedrocr committed Aug 12, 2015
1 parent 4eadee7 commit 73616f4
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions src/external/wb_presets.c
Original file line number Diff line number Diff line change
Expand Up @@ -266,13 +266,13 @@ const wb_data wb_preset[] =
{ "Canon", "PowerShot SX50 HS", Flash, 0, { 1.876289, 1, 1.398969, 0 } },
{ "Canon", "PowerShot SX50 HS", Flash, 9, { 4.536036, 1.073574, 1, 0 } },

{ "Canon", "PowerShot SX50 HS", Daylight, 0,{ 1.60520833333333, 1, 1.72604166666667, 0 } },
{ "Canon", "PowerShot SX50 HS", Shade, 0, { 1.9936974789916, 1, 1.37920168067227, 0 } },
{ "Canon", "PowerShot SX50 HS", Cloudy, 0,{ 1.87604166666667, 1, 1.45625, 0 } },
{ "Canon", "PowerShot SX50 HS", Tungsten, 0,{ 1.15801354401806, 1, 2.61625282167043, 0 } },
{ "Canon", "PowerShot SX50 HS", Fluorescent, 0,{ 1.67549668874172, 1, 2.25496688741722, 0 } },
{ "Canon", "PowerShot SX50 HS", FluorescentHigh, 0,{ 2.09885057471264, 1, 1.78505747126437, 0 } },
{ "Canon", "PowerShot SX50 HS", Flash, 0, { 1.96638655462185, 1, 1.40861344537815, 0 } },
{ "Canon", "PowerShot SX60 HS", Daylight, 0,{ 1.60520833333333, 1, 1.72604166666667, 0 } },
{ "Canon", "PowerShot SX60 HS", Shade, 0, { 1.9936974789916, 1, 1.37920168067227, 0 } },
{ "Canon", "PowerShot SX60 HS", Cloudy, 0,{ 1.87604166666667, 1, 1.45625, 0 } },
{ "Canon", "PowerShot SX60 HS", Tungsten, 0,{ 1.15801354401806, 1, 2.61625282167043, 0 } },
{ "Canon", "PowerShot SX60 HS", Fluorescent, 0,{ 1.67549668874172, 1, 2.25496688741722, 0 } },
{ "Canon", "PowerShot SX60 HS", FluorescentHigh, 0,{ 2.09885057471264, 1, 1.78505747126437, 0 } },
{ "Canon", "PowerShot SX60 HS", Flash, 0, { 1.96638655462185, 1, 1.40861344537815, 0 } },

{ "Canon", "EOS D60", Daylight, 0, { 2.472594, 1, 1.225335, 0 } },
{ "Canon", "EOS D60", Cloudy, 0, { 2.723926, 1, 1.137423, 0 } },
Expand Down

0 comments on commit 73616f4

Please sign in to comment.