mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-31 09:21:18 +02:00
ffmpegdec:fix ignored qualifiers
This commit is contained in:
@@ -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();
|
||||
|
Reference in New Issue
Block a user