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

MythTV mythtv at cvs.mythtv.org
Fri Dec 28 01:31:57 UTC 2007


#4380: nuvexport: crop_left and crop_right do not allow more than 5%
------------------------------+---------------------------------------------
 Reporter:  squish102         |       Owner:  xris   
     Type:  defect            |      Status:  new    
 Priority:  minor             |   Milestone:  unknown
Component:  perl / nuvexport  |     Version:  unknown
 Severity:  medium            |     Mlocked:  0      
------------------------------+---------------------------------------------
 Problem in generic.pm

 13:28 <squish102> nuvexport-0.4/export/generic.pm" line 177 of 469
 13:28 <squish102> somewhere areound this line "my $max = ($side eq 'top'
 || $side eq 'bottom') ? 20 : 5;" i believe it needs a change too for the
 crop_left and crop_right

 13:29 <squish102> i hacked it to test it by adding $side eq 'right' ||
 $side eq 'left' to the line (definatly not the right code, but it worked)
 13:30 <squish102> it looks like you really wanted the left and right to
 only be 0-5% although changing it to 12.5% produced the right effect
 13:31 <squish102> for me to crop the left and right bars from a 16:9 to
 get it to 4:3

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


More information about the mythtv-commits mailing list