[vlc-devel] [PATCH 2/2] playlist: export: allow export to memory
Rémi Denis-Courmont
remi at remlab.net
Thu Jul 24 18:44:21 CEST 2014
Le vendredi 25 juillet 2014, 00:30:18 Francois Cartegnie a écrit :
> Le 25/07/2014 00:24, Francois Cartegnie a écrit :
> > +VLC_API int playlist_ExportMemory( playlist_t *p_playlist, uint8_t
> > **p_buffer, playlist_item_t *p_export_root, const char *psz_type );
> That's a start for unifying all playlist exports. (zip, rar, and
> libarchive).
I don't really see the point in exporting the playlist to a compressed format.
(The size of a playlist file is negligible compared to its referred content.)
--
Rémi Denis-Courmont
http://www.remlab.net/
More information about the vlc-devel
mailing list