Rename Content::_file to path and support md5sums of directories.
[dcpomatic.git] / src / lib / ffmpeg_content.cc
index 00499cf135a737be9672cfec85b503485bc9bf49..901cb53cf6ac8454995745703866e2af32c668d8 100644 (file)
@@ -166,7 +166,7 @@ FFmpegContent::examine (shared_ptr<Job> job)
 string
 FFmpegContent::summary () const
 {
-       return String::compose (_("%1 [movie]"), file().filename().string());
+       return String::compose (_("%1 [movie]"), path());
 }
 
 string