[mythtv-commits] [MythTV/mythtv] 761df3: Playback: Fix text subtitles with FFmpeg 5.1

Peter Bennett noreply at github.com
Fri Dec 16 14:39:54 UTC 2022


  Branch: refs/heads/master
  Home:   https://github.com/MythTV/mythtv
  Commit: 761df3ecdaeaea058e79e79414206836422183b7
      https://github.com/MythTV/mythtv/commit/761df3ecdaeaea058e79e79414206836422183b7
  Author: Peter Bennett <pbennett at mythtv.org>
  Date:   2022-12-16 (Fri, 16 Dec 2022)

  Changed paths:
    M mythtv/libs/libmythtv/captions/subtitlescreen.cpp
    M mythtv/libs/libmythtv/captions/subtitlescreen.h

  Log Message:
  -----------
  Playback: Fix text subtitles with FFmpeg 5.1

FFmpeg 5.1 enforces a new way of handling ass subtitles. This has been
in the FFmpage code since 2016, but now the old method is deprecated and
removed from the FFmpeg code. See https://github.com/FFmpeg/FFmpeg/commit/2941282

This commit Changes MythTV to use the libass API that handles the new format.

Fixes #676




More information about the mythtv-commits mailing list