Optimise decoder_factory for DCPDecoder by offering the old decoder
authorCarl Hetherington <cth@carlh.net>
Thu, 25 Jul 2019 10:37:52 +0000 (11:37 +0100)
committerCarl Hetherington <cth@carlh.net>
Thu, 25 Jul 2019 10:37:52 +0000 (11:37 +0100)
commit57f112a2bd073123a686141be6c16ba997349056
treeef4e181329049b447ae977157872029691b64f85
parent122111f680dc186f936960394f0720374d7d5dca
Optimise decoder_factory for DCPDecoder by offering the old decoder
(if available) to recover the list of reels from, rather than having
to scan the filesystem again.
src/lib/dcp_decoder.cc
src/lib/dcp_decoder.h
src/lib/decoder_factory.cc
src/lib/decoder_factory.h
src/lib/player.cc
src/wx/text_panel.cc