Mailing List Archive

[MythTV/mythtv] a39a7c: Revert "Fix playback speed on 32-bit android."
Branch: refs/heads/master
Home: https://github.com/MythTV/mythtv
Commit: a39a7c7b346687d6cbcb2bc1c2167b3dcaa6e5e5
https://github.com/MythTV/mythtv/commit/a39a7c7b346687d6cbcb2bc1c2167b3dcaa6e5e5
Author: David Hampton <mythtv@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@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
_______________________________________________
mythtv-commits mailing list
mythtv-commits@mythtv.org
http://lists.mythtv.org/mailman/listinfo/mythtv-commits