[vlc-devel] [PATCH 2/2] playlist: export: allow export to memory

Francois Cartegnie fcvlcdev at free.fr
Thu Jul 24 17:30:18 CEST 2014


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).
Still have to find a way to build dummy playlist or additional api with
proxying/unified struct.

Francois



More information about the vlc-devel mailing list