summaryrefslogtreecommitdiff
path: root/src/lib/video_content.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/video_content.cc')
-rw-r--r--src/lib/video_content.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/lib/video_content.cc b/src/lib/video_content.cc
index 8b0ec4c99..3f6e171a5 100644
--- a/src/lib/video_content.cc
+++ b/src/lib/video_content.cc
@@ -225,7 +225,8 @@ VideoContent::identifier () const
<< "_" << crop().left
<< "_" << crop().right
<< "_" << crop().top
- << "_" << crop().bottom;
+ << "_" << crop().bottom
+ << "_" << colour_conversion().identifier ();
if (ratio()) {
s << "_" << ratio()->id ();