Commit d51d6fa2 authored by Pierre Ynard's avatar Pierre Ynard

missing: add sout_MuxGetStream

parent f228216d
...@@ -292,6 +292,11 @@ void sout_MuxDeleteStream (sout_mux_t *mux, sout_input_t *input) ...@@ -292,6 +292,11 @@ void sout_MuxDeleteStream (sout_mux_t *mux, sout_input_t *input)
assert (0); assert (0);
} }
int sout_MuxGetStream (sout_mux_t *p_mux, int i_blocks, mtime_t *pi_dts)
{
assert (0);
}
sout_mux_t *sout_MuxNew (sout_instance_t *instance, const char *mux, sout_mux_t *sout_MuxNew (sout_instance_t *instance, const char *mux,
sout_access_out_t *out) sout_access_out_t *out)
{ {
......
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