[mythtv-commits] [MythTV/mythtv] dae831: On-screen display of time stretch in playback

kmdewaal noreply at github.com
Sat Nov 23 10:41:07 UTC 2019


  Branch: refs/heads/master
  Home:   https://github.com/MythTV/mythtv
  Commit: dae831860b54ae39c581a764b5a36b222818dbe3
      https://github.com/MythTV/mythtv/commit/dae831860b54ae39c581a764b5a36b222818dbe3
  Author: Klaas de Waal <kdewaal at mythtv.org>
  Date:   2019-11-23 (Sat, 23 Nov 2019)

  Changed paths:
    M mythtv/libs/libmythtv/tv_play.cpp

  Log Message:
  -----------
  On-screen display of time stretch in playback

Reduce floating point inaccuracy in the time stretch value
caused by repeatedly changing the value.
This is the patch proposed by amb at gedanken.org.uk but with
a numeric constant for the time stretch step value so that
it is defined in only one place.
Change the presentation of the time stretch value
to show always two decimal places.

Fixes #12973




More information about the mythtv-commits mailing list