[mythtv-commits] [MythTV/mythtv] 47a34e: Always include mythchrono.h videovisualmonoscope.cpp.

David Hampton noreply at github.com
Thu Jan 12 13:58:32 UTC 2023


  Branch: refs/heads/master
  Home:   https://github.com/MythTV/mythtv
  Commit: 47a34ed31ba27a23f008e617976b194e67dd679f
      https://github.com/MythTV/mythtv/commit/47a34ed31ba27a23f008e617976b194e67dd679f
  Author: David Hampton <mythtv at love2code.net>
  Date:   2023-01-12 (Thu, 12 Jan 2023)

  Changed paths:
    M mythtv/libs/libmythtv/visualisations/videovisualmonoscope.cpp

  Log Message:
  -----------
  Always include mythchrono.h videovisualmonoscope.cpp.

This will typically be redundant as it is already included somewhere
in the opengl chain, but it is necessary when compiling with vulkan
but without opengl.


  Commit: 3ca331e34763c5c97a642a9aeae192c5c57920e1
      https://github.com/MythTV/mythtv/commit/3ca331e34763c5c97a642a9aeae192c5c57920e1
  Author: David Hampton <mythtv at love2code.net>
  Date:   2023-01-12 (Thu, 12 Jan 2023)

  Changed paths:
    M mythtv/libs/libmythtv/captions/teletextextractorreader.cpp

  Log Message:
  -----------
  cppcheck: Fix array size in teletextextractorreader.cpp.

This array should be 21 characters in size (13 standard and 8
national).  Also reformat one entry to an eight item limit for easier
counting of the items.


  Commit: b85048f6a11a3c56f67abe68989f064df0a04c27
      https://github.com/MythTV/mythtv/commit/b85048f6a11a3c56f67abe68989f064df0a04c27
  Author: David Hampton <mythtv at love2code.net>
  Date:   2023-01-12 (Thu, 12 Jan 2023)

  Changed paths:
    M mythtv/libs/libmythtv/decoders/avformatdecoder.cpp

  Log Message:
  -----------
  cppcheck: Fix possible null pointer dereference in avformatdecoder.cpp.

Remove some validity checks for the pointer m_ic from the end of the
function, since the code is guaranteed to have already dereferenced
the pointer before then.  Add a new validity check before the first
dereference of the pointer.


Compare: https://github.com/MythTV/mythtv/compare/a6e851cfe784...b85048f6a11a


More information about the mythtv-commits mailing list