Commit c0fa5361 authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

Add a const

parent 542a2f7b
......@@ -2050,7 +2050,7 @@ static int MuxDel( sout_stream_t *p_stream, sout_stream_id_t *id )
static int AccessOutGrabberWriteBuffer( sout_stream_t *p_stream,
block_t *p_buffer )
const block_t *p_buffer )
{
sout_stream_sys_t *p_sys = p_stream->p_sys;
sout_stream_id_t *id = p_sys->es[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