diff --git a/PLUGINS.html b/PLUGINS.html index 67216e2a..d13ca4ab 100644 --- a/PLUGINS.html +++ b/PLUGINS.html @@ -1247,6 +1247,9 @@ cMyFilter Filter; cDevice::ActualDevice()->AttachFilter(Filter);

+If the cFilter isn't needed any more, it may simply be deleted +and will automatically detach itself from the cDevice. +

See VDR/eit.c or VDR/pat.c to learn how to process filter data.