fix(avs): Incorrect function signature #299

Merged
icex2 merged 1 commits from pr299 into master 2024-02-25 11:35:30 +03:00
+1 -1
View File
@@ -221,7 +221,7 @@ int property_set_flag(struct property *prop, int flags, int mask);
void property_destroy(struct property *prop);
avs_error property_get_error(struct property *prop);
struct property *property_clear_error(struct property *prop);
void property_clear_error(struct property *prop);
int property_psmap_import(
struct property *prop,