1
0
mirror of https://github.com/mpv-player/mpv synced 2025-02-21 07:16:56 +00:00

Found another 10l :-), but the filter is still broken :-(

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8788 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
filon 2003-01-04 22:43:40 +00:00
parent 43b0b8d4bf
commit 3040666ba0

View File

@ -90,7 +90,7 @@ config (struct vf_instance_s* vf,
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 */