Fix bug: video lagging behind after recording stop.

This commit is contained in:
Johns 2013-07-16 16:39:46 +02:00
parent cc1e2de58b
commit 7615305960
2 changed files with 2 additions and 1 deletions

View File

@ -1,6 +1,7 @@
User johns User johns
Date: Date:
Fix bug: video lagging behind after recording stop.
Reduce PES error messages. Reduce PES error messages.
Fix bug #1392: Wrong value for mixing LFE. Fix bug #1392: Wrong value for mixing LFE.
Fix bug: wrong grab size, introduced with AMD VDPAU. Fix bug: wrong grab size, introduced with AMD VDPAU.

View File

@ -2190,7 +2190,7 @@ bool cSoftHdDevice::SetPlayMode(ePlayMode play_mode)
case pmVideoOnly: case pmVideoOnly:
break; break;
case pmNone: case pmNone:
return true; break;
case pmExtern_THIS_SHOULD_BE_AVOIDED: case pmExtern_THIS_SHOULD_BE_AVOIDED:
dsyslog("[softhddev] play mode external\n"); dsyslog("[softhddev] play mode external\n");
// FIXME: what if already suspended? // FIXME: what if already suspended?