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
-4
View File
@@ -46,11 +46,7 @@ InputMediaFile::InputMediaFile(const boost::filesystem::path& p)
{
// Reject Video stream hat are in fact cover arts
if (avStream.hasAttachedPic())
{
std::cout << "Rejecting stream since it is an attached picture!" << std::endl;
continue;
}
avMediaTypes.push_back(avStream.getCodecContext().getType());