From a3e6ab3c2c1397ba5bbd5a35ce41aa791501a2f9 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Fri, 26 Jun 2015 19:32:32 +0100 Subject: The appearance of FFmpegContent can be changed by altering subtitle scale/offset etc. --- src/lib/ffmpeg_content.cc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src') diff --git a/src/lib/ffmpeg_content.cc b/src/lib/ffmpeg_content.cc index ba0b4cc52..9d3a79e81 100644 --- a/src/lib/ffmpeg_content.cc +++ b/src/lib/ffmpeg_content.cc @@ -292,7 +292,8 @@ FFmpegContent::identifier () const { SafeStringStream s; - s << VideoContent::identifier(); + s << VideoContent::identifier() << "_" + << SubtitleContent::identifier(); boost::mutex::scoped_lock lm (_mutex); -- cgit v1.2.3