From 77fc2b896b6d514ee7975cdf6c4338b3560e2810 Mon Sep 17 00:00:00 2001 From: Petri Hintukainen Date: Thu, 31 Oct 2013 13:27:49 +0200 Subject: Added INPUT_CAP_NO_CACHE (Do not use input_cache plugin) --- include/xine/input_plugin.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'include/xine') diff --git a/include/xine/input_plugin.h b/include/xine/input_plugin.h index e9e17cbbc..95c5757c2 100644 --- a/include/xine/input_plugin.h +++ b/include/xine/input_plugin.h @@ -311,6 +311,12 @@ struct input_plugin_s { #define INPUT_CAP_RIP_FORBIDDEN 0x00000100 +/* + * INPUT_CAP_NO_CACHE: + * do not use input cache plugin + */ +#define INPUT_CAP_NO_CACHE 0x00000200 + #define INPUT_IS_SEEKABLE(input) (((input)->get_capabilities(input) & INPUT_CAP_SEEKABLE) != 0) -- cgit v1.2.3