vf_stereo3d: fix "auto" input format with libav

This commit is contained in:
Alessandro Ghedini 2014-10-04 15:30:18 +02:00
parent a17ecd30ca
commit d02275d35a
1 changed files with 1 additions and 1 deletions

View File

@ -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;