summaryrefslogtreecommitdiff
path: root/src/lib/video_content.cc
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2013-10-16 23:08:31 +0100
committerCarl Hetherington <cth@carlh.net>2013-10-16 23:08:31 +0100
commit5072adc82cf6ae088bb6e08af8bbef2d0d49914c (patch)
tree48399cd467f0648a6e771ff26652e5e079ab0ab3 /src/lib/video_content.cc
parentb07f8b2ea71d50d7da76f8929d47c56e3807c59f (diff)
Content trim and position in the digests used to decide whether or not a rebuild is necessary.
Diffstat (limited to 'src/lib/video_content.cc')
-rw-r--r--src/lib/video_content.cc2
1 files changed, 1 insertions, 1 deletions
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