Skip to content

Commit 796cf11

Browse files
committed
fix typo that was preventing --mode from workint with mencoder xvid module. closes [https://svn.forevermore.net/nuvexport/ticket/67 #67]
1 parent d97f40c commit 796cf11

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

trunk/export/mencoder/XviD.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ package export::mencoder::XviD;
2727
sub new {
2828
my $class = shift;
2929
my $self = {
30-
'cli' => qr/\bxvidmen\b/i,
30+
'cli' => qr/\bxvid\b/i,
3131
'name' => 'Export to XviD (using mencoder)',
3232
'enabled' => 1,
3333
'errors' => [],

0 commit comments

Comments
 (0)