Mercurial > mplayer.hg
changeset 9182:df871e1c105d
1000l
author | arpi |
---|---|
date | Thu, 30 Jan 2003 23:54:25 +0000 |
parents | a2eef35515c7 |
children | 7bf676137c4d |
files | libmpcodecs/vf_denoise3d.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/libmpcodecs/vf_denoise3d.c Thu Jan 30 23:46:07 2003 +0000 +++ b/libmpcodecs/vf_denoise3d.c Thu Jan 30 23:54:25 2003 +0000 @@ -146,7 +146,7 @@ vf->priv->Coefs[2] + 256, vf->priv->Coefs[3] + 256); - vf->priv->pmpi=mpi; // save reference image + vf->priv->pmpi=dmpi; // save reference image return vf_next_put_image(vf,dmpi); }