]> git.sesse.net Git - vlc/commit
libvlc: add libvlc_media_parse_with_options
authorThomas Guillem <thomas@gllm.fr>
Tue, 20 Jan 2015 09:46:32 +0000 (10:46 +0100)
committerJean-Baptiste Kempf <jb@videolan.org>
Tue, 20 Jan 2015 10:20:28 +0000 (11:20 +0100)
commit2bf94c2512da6867a7de9c53aa310b86a8c30f71
treebe1ba04eb77b25d92eb14e0f8a25fa5f29551fe5
parent1723d7e97f421c27ed4c99159e70c3fafb8fdaee
libvlc: add libvlc_media_parse_with_options

Extended version of libvlc_media_parse_async. It uses a flag to specify parse
options and returns an int for error handling.

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
include/vlc/libvlc_media.h
lib/libvlc.sym
lib/media.c