[mythtv-commits] Ticket #4380: nuvexport: crop_left and crop_right do not allow more than 5%

MythTV mythtv at cvs.mythtv.org
Tue May 25 00:19:19 UTC 2010


#4380: nuvexport: crop_left and crop_right do not allow more than 5%
------------------------------+---------------------------------------------
 Reporter:  squish102         |        Owner:  xris   
     Type:  defect            |       Status:  new    
 Priority:  blocker           |    Milestone:  0.21   
Component:  perl / nuvexport  |      Version:  unknown
 Severity:  medium            |   Resolution:         
  Mlocked:  0                 |  
------------------------------+---------------------------------------------
Changes (by anonymous):

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


Comment:

 So, dekarl, are you saying that this will be fixed if the television
 station changes its broadcast to send the AFD in the broadcast stream?

 Eeerg... until then could we just *fix* the code to allow a 20% crop in
 the horizontal direction.  (which is what it was intended to do anyway.)

 BTW, the *fix* is:

 {{{
 #!perl
 -  my $max = ($side eq 'top' || $side eq 'bottom') ? 20 : 5;
 +  my $max = ($side eq 'top' || $side eq 'bottom') ? 5 : 20;
 }}}

 Cheers.

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


More information about the mythtv-commits mailing list