Use IAB rather than ATMOS in ISDCF names (#2482).
[dcpomatic.git] / src / lib / film.cc
index 25a135488f2c9981ea623b5345ded1552ed04d0e..ace371ba7923de6988ba89e9f5fcb891e4503660 100644 (file)
@@ -1012,7 +1012,7 @@ Film::isdcf_name (bool if_created_now) const
        }
 
        if (find_if(content_list.begin(), content_list.end(), [](shared_ptr<Content> c) { return static_cast<bool>(c->atmos); }) != content_list.end()) {
-               isdcf_name += "-ATMOS";
+               isdcf_name += "-IAB";
        }
 
        isdcf_name += "_" + resolution_to_string (_resolution);