ffmpegdec:fix ignored qualifiers

Origin commit data
------------------
Branch: ni/coolstream
Commit: f491135266
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2020-01-24 (Fri, 24 Jan 2020)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
Jacek Jendrzej
2020-01-24 22:04:09 +01:00
committed by vanhofen
parent 647f7279ac
commit 958f9a7164

View File

@@ -469,7 +469,7 @@ bool CFfmpegDec::SetMetaData(FILE *_in, CAudioMetaData* m, bool save_cover)
{
if (!meta_data_valid)
{
if (!Init(_in, (const CFile::FileType) m->type))
if (!Init(_in, (CFile::FileType) m->type))
return false;
mutex.lock();