Build Empty objects from the presence or absence of decoders in
authorCarl Hetherington <cth@carlh.net>
Mon, 3 Sep 2018 23:39:39 +0000 (00:39 +0100)
committerCarl Hetherington <cth@carlh.net>
Mon, 3 Sep 2018 23:39:39 +0000 (00:39 +0100)
commit1938b1b08d38fc199717d1875a61ef05e5b965de
tree3734257f39ea97983c7dc49425ae6d51a596215c
parenta45dd41c4dc7b95b1e3e79640e965ae663e7e680
Build Empty objects from the presence or absence of decoders in
Pieces, rather than the presence or absence of content.  This seems better
because of cases like encrypted DCPs without a a KDM: here we may have content
but no decoder.
src/lib/empty.cc
src/lib/empty.h
src/lib/player.cc
src/lib/player.h
test/empty_test.cc