diff options
Diffstat (limited to 'src/lib/film_state.cc')
| -rw-r--r-- | src/lib/film_state.cc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/lib/film_state.cc b/src/lib/film_state.cc index 8dd8309a8..09c5e3efd 100644 --- a/src/lib/film_state.cc +++ b/src/lib/film_state.cc @@ -431,6 +431,9 @@ FilmState::dci_name () const case 6: d << "51_"; break; + case 8: + d << "71_"; + break; } d << "2K_"; |
