Make sure we don't say some content has audio if none will be emitted.
authorCarl Hetherington <cth@carlh.net>
Fri, 17 May 2024 13:02:57 +0000 (15:02 +0200)
committerCarl Hetherington <cth@carlh.net>
Fri, 17 May 2024 13:02:57 +0000 (15:02 +0200)
commitafd18ea6b14373b2078b6d6dbc74c836e6843757
tree199edfd0ec9aa4353f64b0f7313ec8f7cf70a7b4
parent7a9cadc6fe86c74035dd971685b1acdc8f32d3fc
Make sure we don't say some content has audio if none will be emitted.

In the FFmpeg (and shortly DCP) case we don't emit any audio if none is mapped,
so we must take this into account in the player.
src/lib/player.cc
test/player_test.cc