driver/audiodec/ffmpegdec.cpp: fix warning after 3d22253951

Origin commit data
------------------
Branch: ni/coolstream
Commit: 3ac714d93a
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2013-12-15 (Sun, 15 Dec 2013)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
[CST] Focus
2013-12-15 14:57:29 +04:00
parent 74495c219d
commit e20505a328

View File

@@ -106,7 +106,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 = "";