summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authoraustriancoder <austriancoder>2004-10-10 20:42:36 +0000
committeraustriancoder <austriancoder>2004-10-10 20:42:36 +0000
commit4081c20fd83ff5d41c9eea45306894752a5d63f2 (patch)
treed8a00fead8f7547a8484f9473326c0b4db062e4b /HISTORY
parentea3e8d835857c20c740df03a9cb609f961944ae8 (diff)
downloadvdr-plugin-dxr3-4081c20fd83ff5d41c9eea45306894752a5d63f2.tar.gz
vdr-plugin-dxr3-4081c20fd83ff5d41c9eea45306894752a5d63f2.tar.bz2
using now std:: instead of namespace std;
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY4
1 files changed, 2 insertions, 2 deletions
diff --git a/HISTORY b/HISTORY
index 8774c94..26d96a5 100644
--- a/HISTORY
+++ b/HISTORY
@@ -259,5 +259,5 @@ NOTE: I havent found time to include all of the languages, will be done in pre2
- rewrote cDxr3SpuDecoder
dropped software decoder
added hardware decoder, so we make use of DVD-functions of the dxr3
- kicked out YUV2Rgb - as we dont need it any more
-- checked Lock() and Unlock() in dxr3interface.c - hope everything is ok else contact me \ No newline at end of file
+- checked Lock() and Unlock() in dxr3interface.c - hope everything is ok else contact me
+- using now std:: instead of namespace std;