# HG changeset patch # User michael # Date 1094154521 0 # Node ID 4b7b0cb1d6f3f76c899a303d021929f8805b23bd # Parent a5f0ecc05e415c0dd3cadde6bd4969eee26d79cf hue filter bugfix by ("James Crowson" ) diff -r a5f0ecc05e41 -r 4b7b0cb1d6f3 libmpcodecs/vf_hue.c --- a/libmpcodecs/vf_hue.c Thu Sep 02 19:33:17 2004 +0000 +++ b/libmpcodecs/vf_hue.c Thu Sep 02 19:48:41 2004 +0000 @@ -76,7 +76,7 @@ vf->priv->buf[1] = malloc(mpi->stride[2]*mpi->h >> mpi->chroma_y_shift); } - if (vf->priv->hue == 0){ + if (vf->priv->hue == 0 && vf->priv->saturation == 1){ dmpi->planes[1] = mpi->planes[1]; dmpi->planes[2] = mpi->planes[2]; }else {