diff options
Diffstat (limited to 'dxr3device.c')
-rw-r--r-- | dxr3device.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/dxr3device.c b/dxr3device.c index fab858a..c116b74 100644 --- a/dxr3device.c +++ b/dxr3device.c @@ -134,6 +134,10 @@ bool cDxr3Device::SetPlayMode(ePlayMode PlayMode) audioOut->flush(); scrSet = false; + // reset pts values + vPts = 0; + aPts = 0; + // here we use some magic // set the scr into future so that the firmware/hardware // clears the buffers. |