Mercurial > mplayer.hg
changeset 8787:e280692c0878
Found another 10l :-), but the filter is still broken :-(
author | filon |
---|---|
date | Sat, 04 Jan 2003 22:43:40 +0000 |
parents | 605c85c27e68 |
children | ee443da1cef3 |
files | libmpcodecs/vf_lavcdeint.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/libmpcodecs/vf_lavcdeint.c Sat Jan 04 22:41:52 2003 +0000 +++ b/libmpcodecs/vf_lavcdeint.c Sat Jan 04 22:43:40 2003 +0000 @@ -90,7 +90,7 @@ return 0; /* The deinterlacer will fail if this is false */ - if ((width & 1) != 0 || (height & 3) != 0) + if ((width & 3) != 0 || (height & 3) != 0) return 0; /* If we get here, the deinterlacer is guaranteed not to fail */