diff options
Diffstat (limited to 'include/xine/xine_internal.h')
-rw-r--r-- | include/xine/xine_internal.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/xine/xine_internal.h b/include/xine/xine_internal.h index b876030ee..c6e2b50b2 100644 --- a/include/xine/xine_internal.h +++ b/include/xine/xine_internal.h @@ -260,6 +260,7 @@ struct xine_stream_s { * layers as they cannot call xine_stop. */ uint32_t early_finish_event:1; /*< do not wait fifos get empty before sending event */ uint32_t gapless_switch:1; /*< next stream switch will be gapless */ + uint32_t keep_ao_driver_open:1; input_class_t *eject_class; demux_plugin_t *demux_plugin; |