[mythtv-commits] mythtv commit: r14053 by danielk

mythtv at cvs.mythtv.org mythtv at cvs.mythtv.org
Fri Jul 27 01:17:19 UTC 2007


      Author: danielk
        Date: 2007-07-27 01:17:18 +0000 (Fri, 27 Jul 2007)
New Revision: 14053
   Changeset: http://cvs.mythtv.org/trac/changeset/14053

Modified:

   trunk/mythtv/libs/libmythtv/mpeg/mpegstreamdata.cpp

Log:

Refs #3409. This fixes a rare SEGFAULT.

This is triggered by the Ohio News Network stream because they do not properly clear the trailing portions of their TS packets. But the code this changeset disables would have caused a SEGFAULT even if it has ever been triggered correctly. No one reported this SEGFAULT in years so I presume the corner case the code is designed to handle is very rare.

I'm not closing the ticket itself because this just avoids the SEGFAULT, a theoretical MPEG stream that properly triggers this branch might not play with this changeset applied (but it also won't cause a SEGFAULT like before).




More information about the mythtv-commits mailing list