Fix error when loading encrypted DCPs (#2257).
authorCarl Hetherington <cth@carlh.net>
Sat, 21 May 2022 20:16:55 +0000 (22:16 +0200)
committerCarl Hetherington <cth@carlh.net>
Sat, 21 May 2022 20:16:55 +0000 (22:16 +0200)
commit60817309adf931b0e76b52e0ba35190a21cb6d9e
tree3b2509dc9569efde6da5bb7dca664af03279eb44
parent96107588e0ddf383d21ff00b4d3febb313e43794
Fix error when loading encrypted DCPs (#2257).

In d1b4dbb793e2850d032ce3c91f0c91d045ae19dc I changed have_video()
to look at can_be_played() but forgot to also change have_audio().
src/lib/player.cc
test/player_test.cc