[mythtv-commits] [MythTV/mythtv] 663580: VDPAU: Fix CSC matrix support detection

Mark Kendall noreply at github.com
Sun Dec 20 09:56:07 UTC 2020


  Branch: refs/heads/master
  Home:   https://github.com/MythTV/mythtv
  Commit: 663580119901901799804b93c2b06b6749c15903
      https://github.com/MythTV/mythtv/commit/663580119901901799804b93c2b06b6749c15903
  Author: Mark Kendall <mark.kendall at gmail.com>
  Date:   2020-12-19 (Sat, 19 Dec 2020)

  Changed paths:
    M mythtv/libs/libmythtv/decoders/mythvdpauhelper.cpp
    M mythtv/libs/libmythtv/decoders/mythvdpauhelper.h
    M mythtv/libs/libmythtv/opengl/mythvdpauinterop.cpp

  Log Message:
  -----------
  VDPAU: Fix CSC matrix support detection

- we were testing for feature support but need to test attribute support
- which worked on NVIDIA hardware as it supports temporal spatial
deinterlacing; a feature that has the same enum value, whereas AMD
hardware does not support it and CSC detection failed (when it is
supported)




More information about the mythtv-commits mailing list