[vlc-devel] vlc: svn commit r22490 (funman)

Subversion daemon svn at videolan.org
Tue Oct 9 01:48:16 CEST 2007


r22490 | funman | 2007-10-09 01:48:16 +0200 (Tue, 09 Oct 2007) | 3 lines
Changed paths:
   M /trunk/modules/access/v4l2.c

v4l2: replaces bad malloc( sizeof(x) * i )/memset(&, 0, sizeof(x)) by calloc(1, sizeof(x) * i)
removes extra spaces, removes tabs

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



More information about the vlc-devel mailing list