Commit 7b29b358 authored by Christophe Massiot's avatar Christophe Massiot

* src/input/es_out.c: Fixed a breakage of about everything introduced in

   [12140].
parent 64461dad
......@@ -1036,6 +1036,8 @@ static int EsOutSend( es_out_t *out, es_out_id_t *es, block_t *p_block )
}
}
p_block->i_rate = p_input->i_rate;
/* TODO handle mute */
if( es->p_dec && ( es->fmt.i_cat != AUDIO_ES ||
p_input->i_rate == INPUT_RATE_DEFAULT ) )
......
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