Make db refresh less verbose

This commit is contained in:
emeric
2014-07-04 13:52:59 +02:00
parent 39893c1861
commit 4744111959
3 changed files with 1 additions and 16 deletions
-2
View File
@@ -20,8 +20,6 @@ AvFormat::parse(const boost::filesystem::path& p, Items& items)
Av::InputFormatContext input(p);
input.findStreamInfo(); // needed by input.getDurationSecs
std::cout << "Processing file '" << p << "'" << std::endl;
std::map<std::string, std::string> metadata;
input.getMetadata().get(metadata);