[mythtv-commits] mythtv branch master updated by dekarl. v0.28-pre-3100-g5cdde2a

Git Repo Owner noreply at mythtv.org
Fri Oct 9 21:05:09 UTC 2015


The branch, master has been updated on the
mythtv repository by gitolite user dekarl.
       via  5cdde2a98bf3b12db8f30d41a426f6401546f73c (commit)
      from  3d04fb601e9db349ca18622d59a01e012e453c1b (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 5cdde2a98bf3b12db8f30d41a426f6401546f73c
Author:    Karl Dietz <dekarl at mythtv.org> at Fri, 9 Oct 2015 23:00:10 +0200
Committer: Karl Dietz <dekarl at mythtv.org> at Fri, 9 Oct 2015 23:04:24 +0200
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=5cdde2a98bf3b12db8f30d41a426f6401546f73c

Silence red herring CRC errors
by letting both copies of the magic value actually be the same magic value.

CreatePATSingleProgram causes
I DVBRead mpeg/pespacket.cpp:161 (VerifyCRC) PESPacket: Failed CRC check 0x00000000 != 0xffffffff for StreamID = 0x0
and CreatePMTSingleProgram causes
I DVBRead mpeg/pespacket.cpp:161 (VerifyCRC) PESPacket: Failed CRC check 0x00000000 != 0xffffffff for StreamID = 0x2
notice that the StreamID matches TableID is TableID::PAT=0 and TableID::PMT=2



-----------------------------------------------------------------------

Summary of changes:
 mythtv/libs/libmythtv/mpeg/pespacket.cpp           |    2 +-
 mythtv/libs/libmythtv/mpeg/pespacket.h             |    6 +++++-
 .../test/test_mpegtables/test_mpegtables.cpp       |    5 ++++-
 3 files changed, 10 insertions(+), 3 deletions(-)

-- 



More information about the mythtv-commits mailing list