[mythtv-commits] [MythTV/mythtv] 9da15a: Revert incorrect usage of C++ headers in C code

Peter Bennett noreply at github.com
Sun Jan 12 21:35:04 UTC 2020


  Branch: refs/heads/master
  Home:   https://github.com/MythTV/mythtv
  Commit: 9da15a0eab86210678fbc5d1e68b42f0eb6110eb
      https://github.com/MythTV/mythtv/commit/9da15a0eab86210678fbc5d1e68b42f0eb6110eb
  Author: Peter Bennett <pbennett at mythtv.org>
  Date:   2020-01-12 (Sun, 12 Jan 2020)

  Changed paths:
    M mythtv/external/nv-codec-headers/include/ffnvcodec/dynlink_cuda.h
    M mythtv/external/nv-codec-headers/include/ffnvcodec/dynlink_loader.h
    M mythtv/external/nv-codec-headers/include/ffnvcodec/nvEncodeAPI.h

  Log Message:
  -----------
  Revert incorrect usage of C++ headers in C code

Commit eb8e030305 replaced some entries in nvdec header files by their
C++ equivalents. This does not work as the ffmpeg code is written in C
not C++. The result is that MythTV config disabled nvdec decode option.

This commit reverts those changes so that nvdec can be used.




More information about the mythtv-commits mailing list