Skip to content

Commit

Permalink
ffmpegdec:fix ignored qualifiers
Browse files Browse the repository at this point in the history
  • Loading branch information
satbaby committed Jan 24, 2020
1 parent 4e89917 commit e6b6f97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/driver/audiodec/ffmpegdec.cpp
Expand Up @@ -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();
Expand Down

0 comments on commit e6b6f97

Please sign in to comment.