From dd28fe883c8aa637b9a158751516f36b9eccf1e4 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Thu, 18 Jun 2015 16:33:03 +0100 Subject: [PATCH] Incorporate fade in video content identifiers (#613). --- src/lib/video_content.cc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/lib/video_content.cc b/src/lib/video_content.cc index a8355ffd6..60b702e01 100644 --- a/src/lib/video_content.cc +++ b/src/lib/video_content.cc @@ -332,7 +332,9 @@ VideoContent::identifier () const << "_" << crop().right << "_" << crop().top << "_" << crop().bottom - << "_" << scale().id(); + << "_" << scale().id() + << "_" << _fade_in + << "_" << _fade_out; if (colour_conversion()) { s << "_" << colour_conversion().get().identifier (); -- 2.30.2