Avoid unnecessary re-writes of video assets if they are staying the same (#1638). v2.15.26
authorCarl Hetherington <cth@carlh.net>
Wed, 23 Oct 2019 22:24:24 +0000 (00:24 +0200)
committerCarl Hetherington <cth@carlh.net>
Sat, 26 Oct 2019 18:53:08 +0000 (20:53 +0200)
commit895b386b6751afd3d068155f4ea71e762297672a
tree2decddacc7264cf09ba91b7f5cfd2d683eab0541
parent114fad7b8c36a0aa1c6f924870e186ab60e32009
Avoid unnecessary re-writes of video assets if they are staying the same (#1638).

This is particularly useful as it avoids the hard-link-breaking
copy step which is necessary if you're going to re-write the
video asset with new IDs.
src/lib/reel_writer.cc
src/lib/reel_writer.h
test/reel_writer_test.cc