mirror of
https://github.com/rofafor/vdr-plugin-iptv.git
synced 2023-10-10 13:37:03 +02:00
Remove erroneus filter closing loop.
This commit is contained in:
parent
c42187f0ec
commit
bfc7f2e703
4
device.c
4
device.c
@ -3,7 +3,7 @@
|
|||||||
*
|
*
|
||||||
* See the README file for copyright information and how to reach the author.
|
* See the README file for copyright information and how to reach the author.
|
||||||
*
|
*
|
||||||
* $Id: device.c,v 1.33 2007/09/22 10:36:30 rahrenbe Exp $
|
* $Id: device.c,v 1.34 2007/09/22 17:34:20 ajhseppa Exp $
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "common.h"
|
#include "common.h"
|
||||||
@ -249,8 +249,6 @@ void cIptvDevice::CloseDvr(void)
|
|||||||
debug("cIptvDevice::CloseDvr(%d)\n", deviceIndex);
|
debug("cIptvDevice::CloseDvr(%d)\n", deviceIndex);
|
||||||
pIptvStreamer->Close();
|
pIptvStreamer->Close();
|
||||||
// Iterate over all filters and clear their settings
|
// Iterate over all filters and clear their settings
|
||||||
for (int i = 0; i < eMaxFilterCount; ++i)
|
|
||||||
DeleteFilter(i);
|
|
||||||
isOpenDvr = false;
|
isOpenDvr = false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user