[mythtv-commits] [MythTV/mythtv] 4528c7: ATSC Closed Captions
kmdewaal
noreply at github.com
Sun Mar 21 23:19:41 UTC 2021
Branch: refs/heads/master
Home: https://github.com/MythTV/mythtv
Commit: 4528c7050c339500e4246ab16b9da36191b11df1
https://github.com/MythTV/mythtv/commit/4528c7050c339500e4246ab16b9da36191b11df1
Author: Klaas de Waal <kdewaal at mythtv.org>
Date: 2021-03-22 (Mon, 22 Mar 2021)
Changed paths:
M mythtv/libs/libmythtv/decoders/avformatdecoder.cpp
Log Message:
-----------
ATSC Closed Captions
In avformatdecoder.cppp the closed captions packets are extracted from
the video stream and sent to the decoders for processing.
In commit 4880fe2427c1c83b861c3158fe7899865093cba0 of Nov 19, 2016 a check
is introduced to prevent potential out-of-bound memory access.
This check is not correct, causing the last closed caption packet
in each buffer to be always discarded. This causes all sorts of
issues in the rendering of the closed captions.
The check on out-of-bound memory access is now corrected.
Refs #326
More information about the mythtv-commits
mailing list