Skip to content
Snippets Groups Projects
Commit 4522fbf6 authored by Tristan Matthews's avatar Tristan Matthews
Browse files

filter_chain: use VLC_EGENERIC

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