[vlc-devel] vlc: svn commit r21915 (courmisch)

Subversion daemon svn at videolan.org
Sun Sep 9 21:56:32 CEST 2007


r21915 | courmisch | 2007-09-09 21:56:31 +0200 (Sun, 09 Sep 2007) | 5 lines
Changed paths:
   M /trunk/modules/misc/memcpy/fastmemcpy.h
   M /trunk/modules/video_filter/deinterlace.c
   M /trunk/modules/video_filter/invert.c

Fix ptrdiff_t abuse. Especially in video_filter_invert:
ptrdiff_t is signed so unequality comparison between pointers would
compute wrong when the two operands are within opposite halves of the
memory space.

 > http://trac.videolan.org/vlc/changeset/21915



More information about the vlc-devel mailing list