mirror of https://github.com/mpv-player/mpv
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:
parent
43b0b8d4bf
commit
3040666ba0
|
@ -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 */
|
||||
|
|
Loading…
Reference in New Issue