diff options
author | austriancoder <austriancoder> | 2005-08-15 17:18:40 +0000 |
---|---|---|
committer | austriancoder <austriancoder> | 2005-08-15 17:18:40 +0000 |
commit | 8955b4dfa419698ecb853bb8f1cdc1fe96d206d6 (patch) | |
tree | 2ec35c50a4c8feb54f6c6fe48710d6a48bfc2ea6 /dxr3osd_subpicture.h | |
parent | e4c44acfc5421d0794dcbc777202378f35a187e8 (diff) | |
download | vdr-plugin-dxr3-8955b4dfa419698ecb853bb8f1cdc1fe96d206d6.tar.gz vdr-plugin-dxr3-8955b4dfa419698ecb853bb8f1cdc1fe96d206d6.tar.bz2 |
HEAD should have files of 0.2.3 release
Diffstat (limited to 'dxr3osd_subpicture.h')
-rw-r--r-- | dxr3osd_subpicture.h | 31 |
1 files changed, 0 insertions, 31 deletions
diff --git a/dxr3osd_subpicture.h b/dxr3osd_subpicture.h deleted file mode 100644 index 0f670d5..0000000 --- a/dxr3osd_subpicture.h +++ /dev/null @@ -1,31 +0,0 @@ -#ifndef _DXR3OSD_SUBPICTURE_H_ -#define _DXR3OSD_SUBPICTURE_H_ - -#include "dxr3vdrincludes.h" -#include "dxr3spuencoder.h" - -// ================================== -// osd interface -class cDxr3SubpictureOsd : public cOsd -{ -private: - cSPUEncoder* Spu; ///< interface to cSPUEncoder - bool shown; ///< is the osd shown? - -public: - cDxr3SubpictureOsd(int Left, int Top/*, int SpuDev*/); - ~cDxr3SubpictureOsd(); - - eOsdError CanHandleAreas(const tArea *Areas, int NumAreas); - - void Flush(); -}; - -#endif /*_DXR3OSD_SUBPICTURE_H_*/ - -// Local variables: -// mode: c++ -// c-file-style: "stroustrup" -// c-file-offsets: ((inline-open . 0)) -// indent-tabs-mode: t -// End: |