[mythtv-commits] Ticket #6444: Cannot lock onto HD channels using trunk

MythTV mythtv at cvs.mythtv.org
Wed Apr 15 02:52:52 UTC 2009


#6444: Cannot lock onto HD channels using trunk
-------------------------------+--------------------------------------------
 Reporter:  patstew at gmail.com  |        Owner:  ijr 
     Type:  defect             |       Status:  new 
 Priority:  minor              |    Milestone:  0.22
Component:  MythTV - General   |      Version:  head
 Severity:  low                |   Resolution:      
  Mlocked:  0                  |  
-------------------------------+--------------------------------------------

Comment(by patstew at gmail.com):

 Replacing
 {{{
 if (isKeySlice(slice_type) && (!wait_for_IDR || seen_IDR))
 }}}
 with
 {{{
 if (isKeySlice(slice_type))
 }}}
 in libs/libmythtv/mpeg/H264Parser.cpp fixes this for me. From looking
 about on trac, I guess that the problem is that at some point wait_for_IDR
 should be set to false (or not set to true) and it's not. It seems to work
 fine for me with the IDR test removed anyway.

-- 
Ticket URL: <http://svn.mythtv.org/trac/ticket/6444#comment:1>
MythTV <http://www.mythtv.org/>
MythTV


More information about the mythtv-commits mailing list