[mythtv-commits] [MythTV/mythtv] 0c16cb: Fix AdaptationFieldSize function
kmdewaal
noreply at github.com
Sat Jun 4 19:07:02 UTC 2022
Branch: refs/heads/master
Home: https://github.com/MythTV/mythtv
Commit: 0c16cbdbffecf20f95a812eff3fe1dc80495c789
https://github.com/MythTV/mythtv/commit/0c16cbdbffecf20f95a812eff3fe1dc80495c789
Author: Klaas de Waal <klaas at kldo.nl>
Date: 2022-06-04 (Sat, 04 Jun 2022)
Changed paths:
M mythtv/libs/libmythtv/mpeg/tspacket.h
Log Message:
-----------
Fix AdaptationFieldSize function
Use the data() function to get a pointer to access the fifth element of
a transport stream packet instead of directly accessing the fifth element of a
std::array that maps only the first four bytes of the transport stream packet.
More information about the mythtv-commits
mailing list