Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Do not interpret OlympusEq.LensType 0 0 0 0 0 0 #3036

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion src/olympusmn_int.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1364,7 +1364,6 @@ std::ostream& OlympusMakerNote::print0x0201(std::ostream& os, const Value& value
byte val[3];
const char* label;
} lensTypes[] = {
{{0, 0, 0}, N_("None")},
{{0, 1, 0}, "Olympus Zuiko Digital ED 50mm F2.0 Macro"},
{{0, 1, 1}, "Olympus Zuiko Digital 40-150mm F3.5-4.5"},
{{0, 1, 16}, "Olympus M.Zuiko Digital ED 14-42mm F3.5-5.6"},
Expand Down
Loading