Added a note about deleting cFilter

This commit is contained in:
Klaus Schmidinger 2003-12-22 16:53:41 +01:00
parent 8841097e3a
commit 5433caa410
1 changed files with 3 additions and 0 deletions

View File

@ -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>