[xoreos-git] [xoreos/xoreos] 0c883b: VIDEO: Use loop instead of memset() to clear WMV2 ...

GitHub noreply at github.com
Thu May 3 18:07:50 CEST 2018


  Branch: refs/heads/master
  Home:   https://github.com/xoreos/xoreos
  Commit: 0c883b0282a3b4e72143d549c7386cef2bbc677c
      https://github.com/xoreos/xoreos/commit/0c883b0282a3b4e72143d549c7386cef2bbc677c
  Author: Sven Hesse <drmccoy at drmccoy.de>
  Date:   2018-05-03 (Thu, 03 May 2018)

  Changed paths:
    M src/video/codecs/xmvwmv2.cpp

  Log Message:
  -----------
  VIDEO: Use loop instead of memset() to clear WMV2 CBPs

It's a non-trivial type, so memset() is technically not the right way.


  Commit: c10c42beac86fa16050550fd72aeae84282594ca
      https://github.com/xoreos/xoreos/commit/c10c42beac86fa16050550fd72aeae84282594ca
  Author: Sven Hesse <drmccoy at drmccoy.de>
  Date:   2018-05-03 (Thu, 03 May 2018)

  Changed paths:
    M src/common/matrix4x4.cpp

  Log Message:
  -----------
  COMMON: Be explicit about memset()ing the Matrix elements

Technically, the matrices to be created are non-trivial objects, so
they shouldn't be memset(). We can operate directly on the elements,
though.


Compare: https://github.com/xoreos/xoreos/compare/767dfb559d51...c10c42beac86
      **NOTE:** This service been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/

      Functionality will be removed from GitHub.com on January 31st, 2019.


More information about the xoreos-git mailing list