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

Origin commit data
------------------
Commit: df3a9bc9e1
Author: vanhofen <vanhofen@gmx.de>
Date: 2020-01-19 (Sun, 19 Jan 2020)

Origin message was:
------------------
- ffmpegdec: fix compiler warning (unused parameter ‘ft’)
This commit is contained in:
vanhofen
2020-01-19 21:55:10 +01:00
parent b0fb655ab3
commit 62248bcbb2

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 = "";