Skip to content

Commit

Permalink
fixup avs import
Browse files Browse the repository at this point in the history
  • Loading branch information
9adefaf01e5bf6426d838cd20eae582d2b6ba647 committed Aug 20, 2014
1 parent 638f1e3 commit ac49066
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion avs4x264mod.c
Original file line number Diff line number Diff line change
Expand Up @@ -524,7 +524,8 @@ int main(int argc, char *argv[])
}
else if (strcasecmp(ext, ".avs") == 0)
{
simple_avs_invoke("Import", 0);
print_details("avs4x264 [info]: opening as AviSynth script\n");
simple_avs_invoke("Import", abort_on_fail);
break;
}

Expand Down

0 comments on commit ac49066

Please sign in to comment.