From ac49066e539c0661d6721ee8f861492aafe2ee82 Mon Sep 17 00:00:00 2001 From: 9adefaf01e5bf6426d838cd20eae582d2b6ba647 Date: Wed, 20 Aug 2014 23:57:31 +0300 Subject: [PATCH] fixup avs import --- avs4x264mod.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/avs4x264mod.c b/avs4x264mod.c index 6c3072f..a4843b4 100644 --- a/avs4x264mod.c +++ b/avs4x264mod.c @@ -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; }