Commit 4522fbf6 authored by Tristan Matthews's avatar Tristan Matthews

filter_chain: use VLC_EGENERIC

parent 2a1340ba
......@@ -333,7 +333,7 @@ error:
ret--;
}
free( buf );
return -1;
return VLC_EGENERIC;
}
int filter_chain_ForEach( filter_chain_t *chain,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment