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

MythTV mythtv at cvs.mythtv.org
Sat Feb 2 06:32:03 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 markspieth):

 just a note about style I observed syncing the 2 patches.

 if you put say

 virtual float GetStretchFactor(void) { return 1.0; }

 in the class def, every time the class def is referenced, it will create a
 copy of this function. This is why even for a small method, its better
 practice to put it in the .cpp

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


More information about the mythtv-commits mailing list