Commit 2adec344 authored by Thomas Guillem's avatar Thomas Guillem

decoder: reset b_error when unloading a module

parent cd611eeb
......@@ -187,6 +187,7 @@ static void UnloadDecoder( decoder_t *p_dec )
es_format_Clean( &p_dec->fmt_in );
es_format_Clean( &p_dec->fmt_out );
p_dec->b_error = false;
}
static void DecoderUpdateFormatLocked( decoder_t *p_dec )
......
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