[mythtv-commits] Ticket #2439: Add support for ivtv-generated bilingual dual audio MPEG

MythTV mythtv at cvs.mythtv.org
Sun Oct 15 12:56:47 UTC 2006


#2439: Add support for ivtv-generated bilingual dual audio MPEG
-----------------------+----------------------------------------------------
 Reporter:  anonymous  |        Owner:  danielk 
     Type:  patch      |       Status:  reopened
 Priority:  minor      |    Milestone:  0.21    
Component:  mythtv     |      Version:  head    
 Severity:  medium     |   Resolution:          
-----------------------+----------------------------------------------------
Changes (by szermatt):

  * status:  closed => reopened
  * resolution:  fixed =>

Comment:

 I could reproduce the problem. It is present in subversion, but not in the
 patch (that's why I hadn't seen it).

 I'll attach another patch (one line, really) that should fix it.

 You might also want to do:  (>=, not <)

 if (channel >= (uint)audioInfo->channels)
  return

 but since we're dealing with two channels here, by design, I prefer
 checking for 0 or 1.

-- 
Ticket URL: <http://cvs.mythtv.org/trac/ticket/2439#comment:10>
MythTV <http://www.mythtv.org/>
MythTV


More information about the mythtv-commits mailing list