summaryrefslogtreecommitdiff
path: root/dxr3output-audio.c
diff options
context:
space:
mode:
Diffstat (limited to 'dxr3output-audio.c')
-rw-r--r--dxr3output-audio.c13
1 files changed, 0 insertions, 13 deletions
diff --git a/dxr3output-audio.c b/dxr3output-audio.c
index aaf8a97..5cb0e54 100644
--- a/dxr3output-audio.c
+++ b/dxr3output-audio.c
@@ -125,19 +125,6 @@ void cDxr3AudioOutThread::PlayFrame(cFixedLengthFrame *frame)
audioOutput->write(frame->GetData(), frame->GetCount());
}
-void cDxr3AudioOutThread::PlayFrame(cDxr3PesFrame *frame)
-{
- // update audio context
- audioOutput->setup(frame->ctx);
-
- // volume changes
- if (!audio()->isAc3Dts()) {
- audioOutput->changeVolume((short *)frame->decoded, (size_t)frame->decodedSize);
- }
-
- audioOutput->write((uchar *)frame->decoded, frame->decodedSize);
-}
-
#undef SCR
// Local variables: