Commit a9027de7 authored by Pierre Ynard's avatar Pierre Ynard

missing: fix function definition

parent 09775901
......@@ -292,7 +292,7 @@ void sout_MuxDeleteStream (sout_mux_t *mux, sout_input_t *input)
assert (0);
}
sout_mux_t *sout_MuxNew (sout_instance_t *instance, char *mux,
sout_mux_t *sout_MuxNew (sout_instance_t *instance, const char *mux,
sout_access_out_t *out)
{
assert (0);
......
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