mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-29 16:31:05 +02:00
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:
@@ -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