Commit c15bec01 authored by Rafaël Carré's avatar Rafaël Carré

avformat: remove cast to void * (cherry picked from commit...

avformat: remove cast to void * (cherry picked from commit 91899a03e70024e68c20603e2c243cb9742898b9)
Signed-off-by: default avatarKO Myung-Hun <komh@chollian.net>
Signed-off-by: default avatarRafaël Carré <funman@videolan.org>
parent 07b4be40
......@@ -224,7 +224,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