[vlc-devel] [vlc-commits] libVLC: rename libvlc_track_description_release
Rémi Denis-Courmont
remi at remlab.net
Thu Sep 22 18:46:08 CEST 2011
Le jeudi 22 septembre 2011 19:41:27 Jean-Baptiste Kempf, vous avez écrit :
> +// Deprecated alias for libvlc_track_description_list_release
> void libvlc_track_description_release( libvlc_track_description_t *p_td )
> {
> + libvlc_track_description_list_release( p_td );
> +}
This will generate a warning. It should go the other way around.
More information about the vlc-devel
mailing list