Missing return statement.
authorCarl Hetherington <cth@carlh.net>
Fri, 19 Jun 2020 18:30:11 +0000 (20:30 +0200)
committerCarl Hetherington <cth@carlh.net>
Fri, 19 Jun 2020 18:30:11 +0000 (20:30 +0200)
src/lib/film.cc

index dafe158b050f9618e5c935dd07126dee51643586..1a9e552fe394f73f14480ad0e18eb8e757866775 100644 (file)
@@ -1804,6 +1804,8 @@ Film::contains_atmos_content () const
                        return true;
                }
        }
                        return true;
                }
        }
+
+       return false;
 }
 
 
 }