[vlc-devel] commit: playlist: use md5 hash for caching downloaded art by download URL ( Jakob Leben )

Rémi Denis-Courmont remi at remlab.net
Sat Feb 13 09:30:04 CET 2010


> +              struct md5_s md5;
> +              InitMD5( &md5 );
> +              AddMD5( &md5, psz_arturl, sizeof( psz_arturl ) );
> +              EndMD5( &md5 );

Sizeof seems wromg...



More information about the vlc-devel mailing list