Fixed typos
This commit is contained in:
+1
-1
@@ -49,7 +49,7 @@ void AvInit()
|
||||
/* register all the codecs */
|
||||
avcodec_register_all();
|
||||
av_register_all();
|
||||
LMS_LOG(MOD_AV, SEV_INFO) << "AVCDOEC VERSION = " << avcodec_version();
|
||||
LMS_LOG(MOD_AV, SEV_INFO) << "avcodec version = " << avcodec_version();
|
||||
}
|
||||
|
||||
} // namespace Av
|
||||
|
||||
@@ -281,7 +281,7 @@ Updater::processAudioFile( const boost::filesystem::path& file, Stats& stats)
|
||||
_metadataParser.parse(file, items);
|
||||
|
||||
// We estimate this is a audio file if:
|
||||
// - we found a least one audio
|
||||
// - we found a least one audio stream
|
||||
// - the duration is not null
|
||||
if (items.find(MetaData::AudioStreams) == items.end()
|
||||
|| boost::any_cast<std::vector<MetaData::AudioStream> >(items[MetaData::AudioStreams]).empty())
|
||||
|
||||
Reference in New Issue
Block a user