mirror of
https://github.com/rofafor/vdr-plugin-iptv.git
synced 2023-10-10 13:37:03 +02:00
Fixed OpenFilter return value.
This commit is contained in:
parent
c5cba58f9f
commit
32288855b8
4
device.c
4
device.c
@ -3,7 +3,7 @@
|
||||
*
|
||||
* See the README file for copyright information and how to reach the author.
|
||||
*
|
||||
* $Id: device.c,v 1.8 2007/09/14 16:10:44 rahrenbe Exp $
|
||||
* $Id: device.c,v 1.9 2007/09/14 16:17:52 rahrenbe Exp $
|
||||
*/
|
||||
|
||||
#include "common.h"
|
||||
@ -141,7 +141,7 @@ bool cIptvDevice::SetPid(cPidHandle *Handle, int Type, bool On)
|
||||
int cIptvDevice::OpenFilter(u_short Pid, u_char Tid, u_char Mask)
|
||||
{
|
||||
debug("cIptvDevice::OpenFilter(): Pid=%d Tid=%02X Mask=%02X\n", Pid, Tid, Mask);
|
||||
return 0;
|
||||
return -1;
|
||||
}
|
||||
|
||||
bool cIptvDevice::OpenDvr(void)
|
||||
|
Loading…
Reference in New Issue
Block a user