diff options
author | scop <scop> | 2005-03-22 16:37:26 +0000 |
---|---|---|
committer | scop <scop> | 2005-03-22 16:37:26 +0000 |
commit | 72af882c8c92b00e9957ba3a9f1dc85a87cf3a65 (patch) | |
tree | e3700acf940cdd09d7d78663510525d70368fdae /dxr3outputthread.c | |
parent | d6c231dff219289c7c17a8d3e60524c0ab168c4f (diff) | |
download | vdr-plugin-dxr3-72af882c8c92b00e9957ba3a9f1dc85a87cf3a65.tar.gz vdr-plugin-dxr3-72af882c8c92b00e9957ba3a9f1dc85a87cf3a65.tar.bz2 |
Sync thread descriptions from 0-2 branch.
Diffstat (limited to 'dxr3outputthread.c')
-rw-r--r-- | dxr3outputthread.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/dxr3outputthread.c b/dxr3outputthread.c index 3d4da85..300d0e7 100644 --- a/dxr3outputthread.c +++ b/dxr3outputthread.c @@ -64,6 +64,9 @@ bool cDxr3OutputThread::GetStopSignal() cDxr3AudioOutThread::cDxr3AudioOutThread(cDxr3Interface& dxr3Device, cDxr3SyncBuffer& buffer) : cDxr3OutputThread(dxr3Device, buffer) { +#if VDRVERSNUM >= 10300 + SetDescription("DXR3 audio output"); +#endif } // ================================== @@ -146,6 +149,9 @@ void cDxr3AudioOutThread::Action() cDxr3VideoOutThread::cDxr3VideoOutThread(cDxr3Interface& dxr3Device, cDxr3SyncBuffer& buffer) : cDxr3OutputThread(dxr3Device, buffer) { +#if VDRVERSNUM >= 10300 + SetDescription("DXR3 video output"); +#endif } // ================================== |