mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-28 07:51:19 +02:00
driver/audiodec/ffmpegdec.cpp: fix warning after 2ebdf6dfbb
This commit is contained in:
@@ -106,7 +106,7 @@ static int64_t seek_packet(void *opaque, int64_t offset, int whence)
|
|||||||
return ((CFfmpegDec *) opaque)->Seek(offset, 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 = "";
|
title = "";
|
||||||
artist = "";
|
artist = "";
|
||||||
|
Reference in New Issue
Block a user