[vlc-devel] [PATCH] Translate Kate category tags to display a more user friendly subtitles selection menu

ogg.k.ogg.k at googlemail.com ogg.k.ogg.k at googlemail.com
Sun Feb 1 19:46:51 CET 2009


Thanks for the quick review,

>> +#include <stddef.h>
>  What is it used for ?

size_t

>> +    char *psz_desc;
>  You probably need const.

No, as it will receive a (and pass to another) allocated
string, which will be freed eventually.

I will post a version with the other feedback incorporated when
my tree's back on HEAD (I'm in a git bisect just now).

Thanks



More information about the vlc-devel mailing list