mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-31 17:31:20 +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 (!meta_data_valid)
|
||||||
{
|
{
|
||||||
if (!Init(_in, (const CFile::FileType) m->type))
|
if (!Init(_in, (CFile::FileType) m->type))
|
||||||
return false;
|
return false;
|
||||||
|
|
||||||
mutex.lock();
|
mutex.lock();
|
||||||
|
Reference in New Issue
Block a user