From 0a93237cb5e4642d3b698ff9b7d0cfae5401478c Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Wed, 27 May 2015 20:55:51 +0100 Subject: Handle multiple audio streams in a single piece of content in a similar way to the V1 patch. --- src/lib/content.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/lib/content.cc') diff --git a/src/lib/content.cc b/src/lib/content.cc index b9e8367e1..9a7cb0f34 100644 --- a/src/lib/content.cc +++ b/src/lib/content.cc @@ -139,7 +139,7 @@ Content::examine (shared_ptr job) vector p = _paths; lm.unlock (); - /* Some content files are very big, so we use a poor's + /* Some content files are very big, so we use a poor man's digest here: a MD5 of the first and last 1e6 bytes with the size of the first file tacked on the end as a string. */ -- cgit v1.2.3