diff options
author | Christian Gmeiner <christian.gmeiner@gmail.com> | 2009-12-08 12:41:20 +0100 |
---|---|---|
committer | Christian Gmeiner <christian.gmeiner@gmail.com> | 2009-12-08 12:41:20 +0100 |
commit | ee8062d3bed859807733aba72821df65948765d6 (patch) | |
tree | 41abfaab48a17278da3d3f6ff4e85589ea630d79 /dxr3output.h | |
parent | 64caa2f11af3bd6d721544da4dbb652d0b705e3a (diff) | |
download | vdr-plugin-dxr3-ee8062d3bed859807733aba72821df65948765d6.tar.gz vdr-plugin-dxr3-ee8062d3bed859807733aba72821df65948765d6.tar.bz2 |
remove IsAudioModeAC3() method - instead make use of iAudio
Diffstat (limited to 'dxr3output.h')
-rw-r--r-- | dxr3output.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dxr3output.h b/dxr3output.h index 625a959..184cb9b 100644 --- a/dxr3output.h +++ b/dxr3output.h @@ -54,6 +54,7 @@ public: cDxr3AudioOutThread(cDxr3SyncBuffer& buffer); void setAudio(iAudio *a) { audioOutput = a; } + iAudio *audio() { return audioOutput; } protected: void Action(); |