[vlc-devel] commit: Don't leak vlc_bool_t through libvlc-control ( Rémi Denis-Courmont )

git version control git at videolan.org
Mon Mar 17 20:21:31 CET 2008


vlc | branch: master | Rémi Denis-Courmont <rem at videolan.org> | Mon Mar 17 21:20:33 2008 +0200| [cd3ea880421919b66e627b4721d23e53989002bf]

Don't leak vlc_bool_t through libvlc-control

This restores the ABI. It also avoids nasty issues with determining
what a native boolean is from language bindings.

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=cd3ea880421919b66e627b4721d23e53989002bf
---

 include/vlc/libvlc.h            |   24 ++++++++++++------------
 src/control/audio.c             |    6 +++---
 src/control/media_descriptor.c  |    2 +-
 src/control/media_discoverer.c  |    2 +-
 src/control/media_instance.c    |   15 ++++++---------
 src/control/media_list.c        |    2 +-
 src/control/media_list_player.c |    2 +-
 src/control/playlist.c          |    2 +-
 src/control/tag_query.c         |    2 +-
 src/control/video.c             |    4 ++--
 10 files changed, 29 insertions(+), 32 deletions(-)

Diff:   http://git.videolan.org/gitweb.cgi/vlc.git/?a=commitdiff;h=cd3ea880421919b66e627b4721d23e53989002bf



More information about the vlc-devel mailing list