diff --git a/ChangeLog b/ChangeLog index 9b36222..6388055 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,7 @@ User johns Date: + Fix bug: video lagging behind after recording stop. Reduce PES error messages. Fix bug #1392: Wrong value for mixing LFE. Fix bug: wrong grab size, introduced with AMD VDPAU. diff --git a/softhddevice.cpp b/softhddevice.cpp index 825035f..395f294 100644 --- a/softhddevice.cpp +++ b/softhddevice.cpp @@ -2190,7 +2190,7 @@ bool cSoftHdDevice::SetPlayMode(ePlayMode play_mode) case pmVideoOnly: break; case pmNone: - return true; + break; case pmExtern_THIS_SHOULD_BE_AVOIDED: dsyslog("[softhddev] play mode external\n"); // FIXME: what if already suspended?