/[gnump3d]/gnump3d/bin/gnump3d2
ViewVC logotype

Diff of /gnump3d/bin/gnump3d2

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.26 by skx, Thu Oct 16 14:19:19 2003 UTC revision 1.27 by skx, Thu Oct 23 10:15:10 2003 UTC
# Line 1  Line 1 
1  #!/usr/bin/perl -w # -*- cperl -*- #  #!/usr/bin/perl -w # -*- cperl -*- #
2  #  #
3  #  gnump3d2 - A compatible Perl implementation of the original GNUMP3d.  #  gnump3d2 - A compatible Perl implementation of the original GNUMP3d.
4  #  #
# Line 1531  sub streamAudioFile( $ $ ) Line 1531  sub streamAudioFile( $ $ )
1531      #      #
1532      #      #
1533      my $suffix = &getSuffix( $file );      my $suffix = &getSuffix( $file );
1534        $suffix    = lc( $suffix );
1535      my $configKey = "downsample_" . $quality . "_" . $suffix;      my $configKey = "downsample_" . $quality . "_" . $suffix;
1536    
1537      my $cmd = &getConfig( $configKey, "" );      my $cmd = &getConfig( $configKey, "" );

Legend:
Removed from v.1.26  
changed lines
  Added in v.1.27

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26