- ffmpegdec: fix compiler warning (unused parameter ‘ft’)

Signed-off-by: Thilo Graf <dbt@novatux.de>
This commit is contained in:
svenhoefer
2020-01-19 21:55:10 +01:00
committed by Thilo Graf
parent 534cb55970
commit da80ba80e9

View File

@@ -124,7 +124,7 @@ static int64_t seek_packet(void *opaque, int64_t offset, int whence)
return ((CFfmpegDec *) opaque)->Seek(offset, whence);
}
bool CFfmpegDec::Init(void *_in, const CFile::FileType ft)
bool CFfmpegDec::Init(void *_in, const CFile::FileType /*ft*/)
{
title = "";
artist = "";