[mythtv-commits] Ticket #8568: Vuvuzela filter

MythTV mythtv at cvs.mythtv.org
Thu Jun 17 05:41:47 UTC 2010


#8568: Vuvuzela filter
-----------------------------------+----------------------------------------
 Reporter:  jyavenard              |       Owner:  jyavenard  
     Type:  enhancement            |      Status:  new        
 Priority:  minor                  |   Milestone:  unknown    
Component:  MythTV - Audio Output  |     Version:  Unspecified
 Severity:  medium                 |     Mlocked:  0          
-----------------------------------+----------------------------------------

Comment(by MarcT <myrdhn@…>):

 trunk 25124 version does not actually apply cleanly.

 Hunk 3 of audiooutputbase.cpp fails because the section of code in trunk
 is
                         settings.samplerate  == source_samplerate &&
                         settings.use_passthru == passthru &&
                         lneeds_upmix == needs_upmix && lreenc == reenc &&
                         lsource_channels == source_channels &&
                         lneeds_downmix == needs_downmix;

 The patch is looking for
                          settings.samplerate  == source_samplerate &&
                          settings.use_passthru == passthru &&
                          lneeds_upmix == needs_upmix && lreenc == reenc &&
                          lneeds_downmix == needs_downmix;

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


More information about the mythtv-commits mailing list