[vlc-devel] [PATCH] libvlc: add language and frame rate to libvlc_media_track_info_t

XilasZ xilasz at gmail.com
Sun Apr 22 09:08:31 CEST 2012


On Sun, Apr 22, 2012 at 6:23 AM, Alexey Sokolov <alexey at asokolov.org> wrote:

> 22.04.2012 04:37, XilasZ пишет:
> > +        p_mes->psz_language = p_es->psz_language != NULL ?
> strdup(p_es->psz_language) : NULL;
> > +
> Who frees the memory?
>

Ah i forgot this, right now it is used in the android port, and i free the
psz_language manually. But it's ugly.

I'll add a libvlc_media_tracks_info_release.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mailman.videolan.org/pipermail/vlc-devel/attachments/20120422/9be4b51d/attachment.html>


More information about the vlc-devel mailing list