Make separate reels for parts of the timeline with no video when
authorCarl Hetherington <cth@carlh.net>
Thu, 31 Oct 2019 20:45:41 +0000 (21:45 +0100)
committerCarl Hetherington <cth@carlh.net>
Thu, 31 Oct 2019 21:39:50 +0000 (22:39 +0100)
commit122bea7f0e08e07dcdaccd51751a9c83504f4c04
tree76fda35f6ffd5bcfad032bf32d07c498b084b734
parentb950f49fa893e71545eaf9c0abe8a453d42a4340
Make separate reels for parts of the timeline with no video when
we are in REEL_TYPE_BY_VIDEO_CONTENT mode.  This fixes VF creation
with gaps.  Also the implementation of Film::reels() is cleaner now.
src/lib/film.cc
src/lib/reel_writer.cc
test/reels_test.cc
test/vf_test.cc