Implemented cBase64Encoder

This commit is contained in:
Klaus Schmidinger
2005-12-29 16:02:37 +01:00
parent cb428520e6
commit 61fefd00bf
4 changed files with 84 additions and 2 deletions

View File

@@ -4017,3 +4017,5 @@ Video Disk Recorder Revision History
function cDevice::GrabImageFile() can be used to write the grabbed image
directly to a file. Plugins that used the old version of cDevice::GrabImage()
need to be adapted to the new interface.
- The new class cBase64Encoder (see tools.h) can be used to encode data in
base64 (thanks to Bob Withers for publishing his Base64 class).