We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d97f40c commit 796cf11Copy full SHA for 796cf11
trunk/export/mencoder/XviD.pm
@@ -27,7 +27,7 @@ package export::mencoder::XviD;
27
sub new {
28
my $class = shift;
29
my $self = {
30
- 'cli' => qr/\bxvidmen\b/i,
+ 'cli' => qr/\bxvid\b/i,
31
'name' => 'Export to XviD (using mencoder)',
32
'enabled' => 1,
33
'errors' => [],
0 commit comments