mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-28 16:01:20 +02:00
src/driver/record.cpp: Fix compiler warning
This commit is contained in:
@@ -1892,7 +1892,7 @@ void CStreamRec::GetPids(CZapitChannel * channel)
|
||||
channel = channel;
|
||||
}
|
||||
|
||||
void CStreamRec::FillMovieInfo(CZapitChannel * channel, APIDList & apid_list)
|
||||
void CStreamRec::FillMovieInfo(CZapitChannel * /*channel*/, APIDList & /*apid_list*/)
|
||||
{
|
||||
recMovieInfo->VideoType = 0;
|
||||
|
||||
|
Reference in New Issue
Block a user