[mythtv-commits] [MythTV/mythtv] 06192d: libavformat/mpegts-mythtv.c: fix segmentation faul...

Scott Theisen noreply at github.com
Thu Sep 1 17:17:54 UTC 2022


  Branch: refs/heads/devel/ffmpeg-resync
  Home:   https://github.com/MythTV/mythtv
  Commit: 06192dcfe0174060238fc8008eef0619fc28e050
      https://github.com/MythTV/mythtv/commit/06192dcfe0174060238fc8008eef0619fc28e050
  Author: Scott Theisen <scott.the.elm at gmail.com>
  Date:   2022-09-01 (Thu, 01 Sep 2022)

  Changed paths:
    M mythtv/external/FFmpeg/libavformat/mpegts-mythtv.c

  Log Message:
  -----------
  libavformat/mpegts-mythtv.c: fix segmentation fault from customization

ts->req_sid could be set to a garbage value > 8192 on the first pass,
so keep the prior value, which is what the code did when it used a
pmt_filter variable that was part of the MpegTSContext.


  Commit: 2658caa2131a3698e231f48870aac8120f88b233
      https://github.com/MythTV/mythtv/commit/2658caa2131a3698e231f48870aac8120f88b233
  Author: Scott Theisen <scott.the.elm at gmail.com>
  Date:   2022-09-01 (Thu, 01 Sep 2022)

  Changed paths:
    M mythtv/configure

  Log Message:
  -----------
  mythtv/configure: add comments to get_version()


Compare: https://github.com/MythTV/mythtv/compare/aa00b2581bb2...2658caa2131a


More information about the mythtv-commits mailing list