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>
Mon, 11 Nov 2019 20:28:49 +0000 (21:28 +0100)
commit37a485b143da0d096aa617026cf88d32afb59a34
treef8bebcd98a932c6a0dee18035e8ec2e0deeac31d
parenteefc143f08e4b4dc26ebbd2136488f5c95e6cc2a
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.

Backport of 122bea7f0e08e07dcdaccd51751a9c83504f4c04 from master.
src/lib/film.cc
src/lib/reel_writer.cc
test/reels_test.cc
test/vf_test.cc