diff options
| -rw-r--r-- | omxdevice.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/omxdevice.c b/omxdevice.c index e649a5a..ccc2a20 100644 --- a/omxdevice.c +++ b/omxdevice.c @@ -678,9 +678,7 @@ void cOmxDevice::HandleVideoSetupChanged() void cOmxDevice::FlushStreams(bool flushVideoRender) { DBG("FlushStreams(%s)", flushVideoRender ? "flushVideoRender" : ""); - m_omx->StopClock(); - m_omx->SetClockScale(0.0f); if (m_hasVideo) m_omx->FlushVideo(flushVideoRender); |
