mirror of
https://github.com/webmproject/libwebp.git
synced 2024-11-19 20:08:28 +01:00
webpmux: fix -frame option in windows unicode build
-frame takes a file name parameter, use wargv[] like in other paths Change-Id: Id582e395d3ff9b00bb7fcc0261b475211758f6d4
This commit is contained in:
parent
14a49e018d
commit
67c44ac5db
@ -685,7 +685,7 @@ static int ParseCommandLine(Config* config, const W_CHAR** const unicode_argv) {
|
||||
ERROR_GOTO1("ERROR: Multiple features specified.\n", ErrParse);
|
||||
}
|
||||
arg->subtype_ = SUBTYPE_ANMF;
|
||||
arg->filename_ = argv[i + 1];
|
||||
arg->filename_ = wargv[i + 1];
|
||||
arg->params_ = argv[i + 2];
|
||||
++feature_arg_index;
|
||||
i += 3;
|
||||
|
Loading…
Reference in New Issue
Block a user