mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-09-02 10:21:04 +02:00
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:
@@ -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