[ANNOUNCE] VDR developer version 1.7.24

Message ID 4F410803.4040905@tvdr.de
State New
Headers

Commit Message

Klaus Schmidinger Feb. 19, 2012, 2:32 p.m. UTC
  On 19.02.2012 14:54, Klaus Schmidinger wrote:
> VDR developer version 1.7.24 is now available ...
>...
> - Fixed switching into time shift mode when pausing live video (thanks to Reinhard
>   Nissl for helping to debug this one).

Just realized that on channels with 50fps the info file needs
to be re-read to get the actual fps rate after the index file
has been written:





Klaus
  

Patch

--- dvbplayer.c 2012/02/19 10:48:02     2.23
+++ dvbplayer.c 2012/02/19 14:21:22
@@ -291,6 +291,8 @@ 
       delete index;
       index = NULL;
       }
+  else if (PauseLive)
+     framesPerSecond = cRecording(FileName).FramesPerSecond(); // the fps rate might have changed from the default
  }

  cDvbPlayer::~cDvbPlayer()