mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-31 09:21:18 +02:00
- ffmpegdec: fix compiler warning (unused parameter ‘ft’)
Signed-off-by: Thilo Graf <dbt@novatux.de>
This commit is contained in:
@@ -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 = "";
|
||||
|
Reference in New Issue
Block a user