Commit d6f10d96 authored by Felix Paul Kühne's avatar Felix Paul Kühne

Compilation fix *grml*

parent 3e53a66f
......@@ -2801,7 +2801,7 @@ static void transcode_osd_close( sout_stream_t *p_stream, sout_stream_id_t *id)
/* Close encoder */
if( id )
{
if( id->p_encoer && id->p_encoder->p_module )
if( id->p_encoder && id->p_encoder->p_module )
module_Unneed( id->p_encoder, id->p_encoder->p_module );
if( id->id ) p_sys->p_out->pf_del( p_sys->p_out, id->id );
......
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