From 5072adc82cf6ae088bb6e08af8bbef2d0d49914c Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Wed, 16 Oct 2013 23:08:31 +0100 Subject: Content trim and position in the digests used to decide whether or not a rebuild is necessary. --- src/lib/video_content.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/lib/video_content.cc') diff --git a/src/lib/video_content.cc b/src/lib/video_content.cc index 23ef2cf89..347836855 100644 --- a/src/lib/video_content.cc +++ b/src/lib/video_content.cc @@ -227,7 +227,7 @@ string VideoContent::identifier () const { stringstream s; - s << Content::digest() + s << Content::identifier() << "_" << crop().left << "_" << crop().right << "_" << crop().top -- cgit v1.2.3