Explorar o código

obs-filters: Change async delay filter max delay to 20 sec

Closes jp9000/obs-studio#549
nd %!s(int64=9) %!d(string=hai) anos
pai
achega
f7ac9258d4
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      plugins/obs-filters/async-delay-filter.c

+ 1 - 1
plugins/obs-filters/async-delay-filter.c

@@ -115,7 +115,7 @@ static obs_properties_t *async_delay_filter_properties(void *data)
 	obs_properties_t *props = obs_properties_create();
 	obs_properties_t *props = obs_properties_create();
 
 
 	obs_properties_add_int(props, SETTING_DELAY_MS, TEXT_DELAY_MS,
 	obs_properties_add_int(props, SETTING_DELAY_MS, TEXT_DELAY_MS,
-			0, 6000, 1);
+			0, 20000, 1);
 
 
 	UNUSED_PARAMETER(data);
 	UNUSED_PARAMETER(data);
 	return props;
 	return props;