[vlc-devel] BEWARE: Typo in fenrir's deinterlace commit -please commit before 0.9.2 tag
Marian Ďurkovič
md at bts.sk
Sun Sep 14 07:09:43 CEST 2008
Hi all,
just discovered that there's a typo in fenrir's deinterlace commit
http://git.videolan.org/?p=vlc.git;a=commit;h=a07d237ea5275e1ff91f7bdbe6b8704587b07fe2
It completely disables the code - i.e. the whole ASPECT change stuff doesn't work!
Please commit the patch below before 0.9.2 tag to fix it.
Thanks,
M.
--- modules/video_filter/deinterlace.c.orig 2008-09-14 07:06:03.000000000 +0200
+++ modules/video_filter/deinterlace.c 2008-09-14 07:07:32.000000000 +0200
@@ -474,7 +474,7 @@
p_sys->p_vout->fmt_in.i_visible_height /= 2;
}
- if( p_vout->i_changes & VOUT_ASPECT_CHANGE && 0)
+ if( p_vout->i_changes & VOUT_ASPECT_CHANGE)
{
p_vout->i_changes &= ~VOUT_ASPECT_CHANGE;
More information about the vlc-devel
mailing list