]> git.sesse.net Git - vlc/commit
Added a ES_OUT_SET_ES_SCRAMBLED_STATE to warn the user about scrambled es.
authorLaurent Aimar <fenrir@videolan.org>
Sun, 8 Mar 2009 15:22:32 +0000 (16:22 +0100)
committerLaurent Aimar <fenrir@videolan.org>
Sun, 8 Mar 2009 18:30:38 +0000 (19:30 +0100)
commit04ee4c9fb32a3c5c97d0aa973ebfa12ed4c625c0
tree1114d44f16ecff51d10083af85efec9f40d489e2
parent8e787d7f2bbc87ce29881559f0665fc352326460
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.
include/vlc_es_out.h
include/vlc_input.h
src/input/es_out.c
src/input/es_out_timeshift.c
src/input/event.c
src/input/event.h
src/input/var.c