diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2003-12-22 16:53:41 +0100 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2003-12-22 16:53:41 +0100 |
commit | 5433caa4104cc33d6b8788058c1098cf9d47b04a (patch) | |
tree | 06e3f9a4a0ff1c4fe40664d676e44be31b2ba3c1 | |
parent | 8841097e3af1aa7009ae5222b8ffa15497b22278 (diff) | |
download | vdr-5433caa4104cc33d6b8788058c1098cf9d47b04a.tar.gz vdr-5433caa4104cc33d6b8788058c1098cf9d47b04a.tar.bz2 |
Added a note about deleting cFilter
-rw-r--r-- | PLUGINS.html | 3 |
1 files changed, 3 insertions, 0 deletions
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); </pre></td></tr></table><p> +If the <tt>cFilter</tt> isn't needed any more, it may simply be <i>deleted</i> +and will automatically detach itself from the <tt>cDevice</tt>. +<p> See VDR/eit.c or VDR/pat.c to learn how to process filter data. <!--X1.3.0--></td></tr></table> |