summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--omxdevice.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/omxdevice.c b/omxdevice.c
index ad9c48d..7ab563b 100644
--- a/omxdevice.c
+++ b/omxdevice.c
@@ -762,10 +762,8 @@ void cOmxDevice::FlushStreams(bool flushVideoRender)
m_omx->FlushVideo(flushVideoRender);
if (m_hasAudio)
- {
m_audio->Reset();
- m_omx->FlushAudio();
- }
+
m_omx->SetCurrentReferenceTime(0);
}