[mythtv-commits] [MythTV/mythtv] a39a7c: Revert "Fix playback speed on 32-bit android."

David Hampton noreply at github.com
Thu Feb 25 14:55:12 UTC 2021


  Branch: refs/heads/master
  Home:   https://github.com/MythTV/mythtv
  Commit: a39a7c7b346687d6cbcb2bc1c2167b3dcaa6e5e5
      https://github.com/MythTV/mythtv/commit/a39a7c7b346687d6cbcb2bc1c2167b3dcaa6e5e5
  Author: David Hampton <mythtv at love2code.net>
  Date:   2021-02-25 (Thu, 25 Feb 2021)

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

  Log Message:
  -----------
  Revert "Fix playback speed on 32-bit android."

This reverts commit 0d81a483935fd0581d3515b647e10013c885e759.


  Commit: c0426e3fea0964198275c19be400e7f87683ba9d
      https://github.com/MythTV/mythtv/commit/c0426e3fea0964198275c19be400e7f87683ba9d
  Author: David Hampton <mythtv at love2code.net>
  Date:   2021-02-25 (Thu, 25 Feb 2021)

  Changed paths:
    M mythtv/libs/libmythbase/mythchrono.h

  Log Message:
  -----------
  Fix playback speed on 32-bit android.

On a 32-bit system, the chronodivide function was truncating numbers
because it used the std::lround function. This truncation doesn't
happen on 64-bit systems. Use std::llround to ensure that this
function returns a proper result on all systems.


Compare: https://github.com/MythTV/mythtv/compare/5cec1e89b196...c0426e3fea09


More information about the mythtv-commits mailing list