[vlc-devel] commit: Added a ES_OUT_SET_ES_SCRAMBLED_STATE to warn the user about scrambled es. (Laurent Aimar )

git version control git at videolan.org
Sun Mar 8 19:36:42 CET 2009


vlc | branch: master | Laurent Aimar <fenrir at videolan.org> | Sun Mar  8 16:22:32 2009 +0100| [04ee4c9fb32a3c5c97d0aa973ebfa12ed4c625c0] | committer: Laurent Aimar 

Added a ES_OUT_SET_ES_SCRAMBLED_STATE to warn the user about scrambled es.

 The input variable "program-scrambled" will contain the state for the current
program only. If at least one es is scrambled then the whole program is.
 The associated event is INPUT_EVENT_PROGRAM.
 If necessary for a better GUI support, we could change it to a list.

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

 include/vlc_es_out.h         |    5 +++-
 include/vlc_input.h          |    4 ++-
 src/input/es_out.c           |   62 +++++++++++++++++++++++++++++++++++++++--
 src/input/es_out_timeshift.c |   10 +++++++
 src/input/event.c            |    8 +++++
 src/input/event.h            |    1 +
 src/input/var.c              |    3 ++
 7 files changed, 88 insertions(+), 5 deletions(-)

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



More information about the vlc-devel mailing list