mirror of https://github.com/mpv-player/mpv
vf_stereo3d: fix "auto" input format with libav
This commit is contained in:
parent
a17ecd30ca
commit
d02275d35a
|
@ -542,7 +542,7 @@ static int vf_open(vf_instance_t *vf)
|
|||
vf->priv->auto_in = 1;
|
||||
|
||||
if (vf->priv->in.fmt == STEREO_AUTO &&
|
||||
vf_lw_set_graph(vf, vf->priv->lw_opts, NULL, "null") >= 0)
|
||||
vf_lw_set_graph(vf, vf->priv->lw_opts, "stereo3d", "null") >= 0)
|
||||
{
|
||||
vf_lw_set_reconfig_cb(vf, lavfi_reconfig);
|
||||
return 1;
|
||||
|
|
Loading…
Reference in New Issue