[vlc-devel] [PATCH 09/14] input: INPUT_CONTROL_SET_ES_CAT_IDS can be called sync

Thomas Guillem thomas at gllm.fr
Fri Feb 21 16:59:40 CET 2020


---
 src/input/input.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/input/input.c b/src/input/input.c
index 0ca2c4d92b9..99bcded1981 100644
--- a/src/input/input.c
+++ b/src/input/input.c
@@ -1472,6 +1472,7 @@ static int input_ControlSync(input_thread_t *p_input, int i_type,
          * are possibly more sync controls, add them here when needed.
          * Synchronous controls need to be NON-BLOCKING. */
         case INPUT_CONTROL_SET_ES_AUTOSELECT:
+        case INPUT_CONTROL_SET_ES_CAT_IDS:
             Control( p_input, i_type, *param );
             return VLC_SUCCESS;
         default:
-- 
2.20.1



More information about the vlc-devel mailing list