[mythtv-commits] Ticket #2917: Missing $ in ffmpeg.pm

MythTV mythtv at cvs.mythtv.org
Sat Jan 13 22:16:05 UTC 2007


#2917: Missing $ in ffmpeg.pm
------------------------------+---------------------------------------------
 Reporter:  rkulagow          |       Owner:  xris
     Type:  patch             |      Status:  new 
 Priority:  minor             |   Milestone:  0.21
Component:  perl / nuvexport  |     Version:  head
 Severity:  low               |  
------------------------------+---------------------------------------------
 Pretty sure that the following is accurate:

 {{{
 Index: nuvexport/export/ffmpeg.pm
 ===================================================================
 --- nuvexport/export/ffmpeg.pm  (revision 12505)
 +++ nuvexport/export/ffmpeg.pm  (working copy)
 @@ -88,7 +88,7 @@
      # Audio only?
          $self->{'audioonly'} = $audioonly;
      # Load the parameter version?
 -        $data = `ffmpeg -h 2>&1`;
 +        $data = `$ffmpeg -h 2>&1`;
          if ($data =~ /bit_rate_tolerance/) {
              $self->{'ffmpeg_param_vers'} = 0;
          }
 }}}

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


More information about the mythtv-commits mailing list