[vlc-devel] commit: Clean up input_item_t functions and usages. (Laurent Aimar )

git version control git at videolan.org
Sat Nov 22 16:38:00 CET 2008


vlc | branch: master | Laurent Aimar <fenrir at videolan.org> | Sat Nov 22 11:37:58 2008 +0100| [56ba662f7b1b02335e28ef47401463ae4cc7bb38] | committer: Laurent Aimar 

Clean up input_item_t functions and usages.

It fixes a bunch of missing locks and remove unused functions.
It splits input_internal.h

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

 include/vlc_input.h         |   21 ++--
 src/Makefile.am             |    1 +
 src/input/input.c           |   24 ++---
 src/input/input_interface.h |   64 +++++++++++
 src/input/input_internal.h  |   83 +-------------
 src/input/item.c            |  258 +++++++++++++++++++++++++++----------------
 src/input/meta.c            |    1 +
 src/libvlccore.sym          |    2 -
 8 files changed, 254 insertions(+), 200 deletions(-)

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



More information about the vlc-devel mailing list