[mythtv-commits] Ticket #1104: multi channel audio support

MythTV mythtv at cvs.mythtv.org
Sat Feb 2 15:21:58 UTC 2008


#1104: multi channel audio support
-------------------------+--------------------------------------------------
 Reporter:  Mark Spieth  |        Owner:  danielk 
     Type:  enhancement  |       Status:  assigned
 Priority:  minor        |    Milestone:  0.21    
Component:  mythtv       |      Version:  head    
 Severity:  medium       |   Resolution:          
  Mlocked:  0            |  
-------------------------+--------------------------------------------------

Comment(by anonymous):

 For this:
   virtual float GetStretchFactor?(void) { return 1.0; }
 Sure, it is virtual so it won't be inlined and you're right. If you want
 to move it back that's fine. I don't think this function is big enough to
 worry about.

 I like to keep these 'return one value' functions in the header so that
 when tracing a method through it saves one step. On PC's I don't worry
 about memory efficiency for code, just data.

 Thanks for the fixes. I'm setting up my 5.1 speaker setup in my living
 room today, so I can test this properly. :)

-- 
Ticket URL: <http://svn.mythtv.org/trac/ticket/1104#comment:86>
MythTV <http://svn.mythtv.org/trac>
MythTV


More information about the mythtv-commits mailing list