mirror of
https://github.com/mpv-player/mpv
synced 2025-02-01 12:42:04 +00:00
vf_dlopen: update usage message to new-style args
This commit is contained in:
parent
125dcf306a
commit
2b1b8d6c95
@ -292,7 +292,7 @@ static int vf_open(vf_instance_t *vf)
|
||||
{
|
||||
int i;
|
||||
if (!vf->priv->cfg_dllname) {
|
||||
MP_ERR(vf, "usage: -vf dlopen=filename.so:function:args\n");
|
||||
MP_ERR(vf, "usage: --vf=dlopen=/path/to/filename.so:args\n");
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user