[vlc-devel] help patch
Rémi Denis-Courmont
remi at remlab.net
Mon Sep 3 11:38:32 CEST 2012
Le dimanche 2 septembre 2012 17:56:56, armand bendanan a écrit :
> With the help of drmemory ( <http://code.google.com/p/drmemory>
> http://code.google.com/p/drmemory), I found a crash problem for vlc -H in
> the git version.
>
> contrib/win32/x264/x264.h define:
> static const char * const x264_profile_names[] = { "baseline", "main",
> "high", "high10", "high422", "high444", 0 };
> The last item is here 0. This is not the only case where a list is 0
> terminated.
That's a bug in the x264 plugin. NULL items are not permitted.
Patching the VLC core is wrong.
--
Rémi Denis-Courmont
http://www.remlab.net/
More information about the vlc-devel
mailing list