New upstream version 25.0.8+dfsg1
This commit is contained in:
parent
8b2e5f2130
commit
8e020cdacb
115 changed files with 1767 additions and 10949 deletions
|
|
@ -54,6 +54,13 @@ set(obs-filters_SOURCES
|
|||
expander-filter.c
|
||||
luma-key-filter.c)
|
||||
|
||||
if(WIN32)
|
||||
set(MODULE_DESCRIPTION "OBS A/V Filters")
|
||||
configure_file(${CMAKE_SOURCE_DIR}/cmake/winrc/obs-module.rc.in obs-filters.rc)
|
||||
list(APPEND obs-filters_SOURCES
|
||||
obs-filters.rc)
|
||||
endif()
|
||||
|
||||
add_library(obs-filters MODULE
|
||||
${obs-filters_SOURCES}
|
||||
${obs-filters_config_HEADERS}
|
||||
|
|
|
|||
|
|
@ -329,7 +329,7 @@ static obs_properties_t *color_grade_filter_properties(void *data)
|
|||
obs_properties_t *props = obs_properties_create();
|
||||
struct dstr filter_str = {0};
|
||||
|
||||
dstr_cat(&filter_str, "(*.cube *.png)");
|
||||
dstr_cat(&filter_str, "PNG/Cube (*.cube *.png)");
|
||||
|
||||
if (s && s->file && *s->file) {
|
||||
dstr_copy(&path, s->file);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue