media: Fix case of FlashPixVersion in FormatMetadata::makeFormattedData()
commit4760265acbd074d6e892c52d704081d18319e1ba
authorReedy <reedy@wikimedia.org>
Sat, 24 Oct 2020 01:39:51 +0000 (24 02:39 +0100)
committerReedy <reedy@wikimedia.org>
Mon, 26 Oct 2020 04:14:52 +0000 (26 04:14 +0000)
tree733c300246176d7909f36429314564657898b6a4
parentf3f104dba4556e473ae9b1ddae93059764dfcece
media: Fix case of FlashPixVersion in FormatMetadata::makeFormattedData()

FlashpixVersion was already handled, but the switch is case sensitive.

FlashPixVersion is the correct capitalisation, as per
https://github.com/php/php-src/blame/master/ext/exif/exif.c#L725

Bug: T263592
Change-Id: Ib78c87c357dc2efeb69d89b39a82b6ca38968372
includes/media/FormatMetadata.php