From c44bd3a829be3d108adfa104eaf874f8880574d4 Mon Sep 17 00:00:00 2001 From: Jean-Paul Saman Date: Fri, 12 Aug 2005 15:37:21 +0000 Subject: [PATCH] Fix seek breakage introduced in r12113 --- src/input/es_out.c | 7 ------- 1 file changed, 7 deletions(-) diff --git a/src/input/es_out.c b/src/input/es_out.c index 23b6e0b002..95dbbd71a2 100644 --- a/src/input/es_out.c +++ b/src/input/es_out.c @@ -1036,13 +1036,6 @@ static int EsOutSend( es_out_t *out, es_out_id_t *es, block_t *p_block ) } } - p_block->i_rate = p_input->i_rate; - if( es->b_discontinuity ) - { - p_block->i_flags |= BLOCK_FLAG_DISCONTINUITY; - es->b_discontinuity = VLC_FALSE; - } - /* TODO handle mute */ if( es->p_dec && ( es->fmt.i_cat != AUDIO_ES || p_input->i_rate == INPUT_RATE_DEFAULT ) ) -- 2.39.2