]> git.sesse.net Git - vlc/commit
Clean up input events.
authorLaurent Aimar <fenrir@videolan.org>
Sat, 22 Nov 2008 15:26:16 +0000 (16:26 +0100)
committerLaurent Aimar <fenrir@videolan.org>
Sat, 22 Nov 2008 15:36:43 +0000 (16:36 +0100)
commitd6f0bd78c5aaae605b7894777d4d8eddb6fdaddb
tree07f4ed86bd4a71f66db72ad67d3d4338226db86c
parentd20c8d6613bfcd2363edfe267bc8456f40fd30bd
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).
include/vlc_input.h
src/input/decoder.c
src/input/event.c
src/input/event.h
src/input/input.c
src/input/var.c