Move get_reel_assets() out of Player, as it doesn't need to be there.
authorCarl Hetherington <cth@carlh.net>
Sat, 10 Sep 2022 17:09:07 +0000 (19:09 +0200)
committerCarl Hetherington <cth@carlh.net>
Sat, 10 Sep 2022 21:21:06 +0000 (23:21 +0200)
commitc8bd4ead4c9e757d88136a7fdd556272f36be793
tree49bfb830af2b179c48c68c577dfaea7b60eec051
parent1c09ae94a4b94395ce2c13020a71526a65b9ce7e
Move get_reel_assets() out of Player, as it doesn't need to be there.
src/lib/dcp_encoder.cc
src/lib/player.cc
src/lib/player.h
src/lib/referenced_reel_asset.cc [new file with mode: 0644]
src/lib/referenced_reel_asset.h
src/lib/wscript
test/vf_test.cc