[vlc-devel] commit: Clean up input events. (Laurent Aimar )
    git version control 
    git at videolan.org
       
    Sat Nov 22 16:38:02 CET 2008
    
    
  
vlc | branch: master | Laurent Aimar <fenrir at videolan.org> | Sat Nov 22 16:26:16 2008 +0100| [d6f0bd78c5aaae605b7894777d4d8eddb6fdaddb] | committer: Laurent Aimar 
Clean up input events.
A new variable intf-event has been added.
It supercedes the following variables (they are still present for the
time being):
 - intf-change
 - intf-change-vout
 - rate-change
 - stats-change
and allows to have a better knowledge of the change done.
It is documented in vlc_input.h (in progress).
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=d6f0bd78c5aaae605b7894777d4d8eddb6fdaddb
---
 include/vlc_input.h |  164 +++++++++++++++++++++++++++++++++++++++++++-------
 src/input/decoder.c |    4 +-
 src/input/event.c   |   73 +++++++++++++----------
 src/input/event.h   |    5 ++
 src/input/input.c   |   27 +--------
 src/input/var.c     |   37 +++++++++---
 6 files changed, 220 insertions(+), 90 deletions(-)
Diff:   http://git.videolan.org/gitweb.cgi/vlc.git/?a=commitdiff;h=d6f0bd78c5aaae605b7894777d4d8eddb6fdaddb
    
    
More information about the vlc-devel
mailing list