mirror of
https://github.com/VDR4Arch/vdr.git
synced 2023-10-10 13:36:52 +02:00
Fixed the cFilter example in PLUGINS.html
This commit is contained in:
parent
cffc2595ac
commit
ccea93eb11
@ -1517,3 +1517,6 @@ Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
|
|||||||
|
|
||||||
Nicolas Huillard <nhuillard@e-dition.fr>
|
Nicolas Huillard <nhuillard@e-dition.fr>
|
||||||
for translating OSD texts to the French language
|
for translating OSD texts to the French language
|
||||||
|
|
||||||
|
Patrick Fischer <patrick_fischer@gmx.de>
|
||||||
|
for reporting an error in the cFilter example in PLUGINS.html
|
||||||
|
1
HISTORY
1
HISTORY
@ -3909,3 +3909,4 @@ Video Disk Recorder Revision History
|
|||||||
per device or CAMs with more than one smart card.
|
per device or CAMs with more than one smart card.
|
||||||
- Updated the Greek OSD texts (thanks to Dimitrios Dimitrakos).
|
- Updated the Greek OSD texts (thanks to Dimitrios Dimitrakos).
|
||||||
- Updated the French OSD texts (thanks to Nicolas Huillard).
|
- Updated the French OSD texts (thanks to Nicolas Huillard).
|
||||||
|
- Fixed the cFilter example in PLUGINS.html (reported by Patrick Fischer).
|
||||||
|
@ -1447,7 +1447,7 @@ An instance of such a filter needs to be attached to the device from
|
|||||||
which it shall receive data, as in
|
which it shall receive data, as in
|
||||||
|
|
||||||
<p><table><tr><td bgcolor=#F0F0F0><pre>
|
<p><table><tr><td bgcolor=#F0F0F0><pre>
|
||||||
cMyFilter Filter;
|
cMyFilter *Filter = new cMyFilter();
|
||||||
|
|
||||||
cDevice::ActualDevice()->AttachFilter(Filter);
|
cDevice::ActualDevice()->AttachFilter(Filter);
|
||||||
</pre></td></tr></table><p>
|
</pre></td></tr></table><p>
|
||||||
|
Loading…
Reference in New Issue
Block a user