Commit 91899a03 authored by Rafaël Carré's avatar Rafaël Carré

avformat: remove cast to void *

parent 5dbdccf2
......@@ -231,7 +231,7 @@ static int AddStream( sout_mux_t *p_mux, sout_input_t *p_input )
codec = stream->codec;
/* This is used by LibavutilCallback (avutil.h) to print messages */
codec->opaque = (void*)p_mux;
codec->opaque = p_mux;
switch( p_input->p_fmt->i_cat )
{
......
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