mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-30 08:51:04 +02:00
ffmpegdec:fix ignored qualifiers
Origin commit data
------------------
Commit: f491135266
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2020-01-24 (Fri, 24 Jan 2020)
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