[mythtv-commits] Ticket #2922: Extra semicolon in nuvexport/transcode/VCD.pm

MythTV mythtv at cvs.mythtv.org
Sun Jan 14 21:56:14 UTC 2007


#2922: Extra semicolon in nuvexport/transcode/VCD.pm
------------------------------+---------------------------------------------
 Reporter:  rkulagow          |       Owner:  xris
     Type:  patch             |      Status:  new 
 Priority:  minor             |   Milestone:  0.21
Component:  perl / nuvexport  |     Version:  head
 Severity:  medium            |  
------------------------------+---------------------------------------------
 {{{
 Index: mythextras/nuvexport/export/transcode/VCD.pm
 ===================================================================
 --- mythextras/nuvexport/export/transcode/VCD.pm        (revision 12535)
 +++ mythextras/nuvexport/export/transcode/VCD.pm        (working copy)
 @@ -103,7 +103,7 @@
          }
      # Multiplex the streams
          my $command = "$NICE mplex -f 1 -C"
 -                      .' -o '.shell_escape($self->get_outfile($episode,
 $split_file ? '.%d.mpg' : '.mpg'));
 +                      .' -o '.shell_escape($self->get_outfile($episode,
 $split_file ? '.%d.mpg' : '.mpg'))
                        .' '.shell_escape($self->get_outfile($episode,
 ".$$.m1v"))
                        .' '.shell_escape($self->get_outfile($episode,
 ".$$.mpa"));
          system($command);
 }}}

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


More information about the mythtv-commits mailing list