diff options
author | austriancoder <austriancoder> | 2004-10-10 20:42:36 +0000 |
---|---|---|
committer | austriancoder <austriancoder> | 2004-10-10 20:42:36 +0000 |
commit | 4081c20fd83ff5d41c9eea45306894752a5d63f2 (patch) | |
tree | d8a00fead8f7547a8484f9473326c0b4db062e4b /HISTORY | |
parent | ea3e8d835857c20c740df03a9cb609f961944ae8 (diff) | |
download | vdr-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-- | HISTORY | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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; |