[mythtv-commits] Ticket #3409: Bug in multiple PES packets per TS packet support

MythTV mythtv at cvs.mythtv.org
Fri May 4 21:06:35 UTC 2007


#3409: Bug in multiple PES packets per TS packet support
---------------------+------------------------------------------------------
 Reporter:  danielk  |       Owner:  ijr 
     Type:  defect   |      Status:  new 
 Priority:  minor    |   Milestone:  0.21
Component:  mythtv   |     Version:  head
 Severity:  medium   |  
---------------------+------------------------------------------------------
 In mpegstreamdata.cpp around line 259 we create a new PESPacket using a
 TSPacket which doesn't contain a payload start packet. This is not
 supported by the PESPacket class.

 I will attach a patch that disables this code, but I'm not sure if it is
 safe to do this. Obviously, this isn't triggered by many real world
 streams, since this code was added by the patch in #438, two years ago.

-- 
Ticket URL: <http://svn.mythtv.org/trac/ticket/3409>
MythTV <http://svn.mythtv.org/trac>
MythTV


More information about the mythtv-commits mailing list