diff options
author | austriancoder <austriancoder> | 2004-09-15 22:15:29 +0000 |
---|---|---|
committer | austriancoder <austriancoder> | 2004-09-15 22:15:29 +0000 |
commit | d49a17aed8ffd4ba1467f09b616635e659bc0bc2 (patch) | |
tree | 7e40c449560227004ef740e4bc62ccdb03c22b0e /dxr3interface.h | |
parent | 999905037cc62770ca111e24ac36e76b59ee7a20 (diff) | |
download | vdr-plugin-dxr3-d49a17aed8ffd4ba1467f09b616635e659bc0bc2.tar.gz vdr-plugin-dxr3-d49a17aed8ffd4ba1467f09b616635e659bc0bc2.tar.bz2 |
added routine to get YUVData from dxr3
Diffstat (limited to 'dxr3interface.h')
-rw-r--r-- | dxr3interface.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dxr3interface.h b/dxr3interface.h index cfd69ca..a542c15 100644 --- a/dxr3interface.h +++ b/dxr3interface.h @@ -141,7 +141,7 @@ private: void WriteRegister(int registernum, int val); // maybe we should copy this routine into em8300 driver - void Dxr3CopyYUVData(int pos, int *dst, int length); + char Dxr3CopyYUVData(int pos, int *dst, int length); protected: static cMutex* m_pMutex; ///< mutex for dxr3interface |