]> git.sesse.net Git - vlc/blobdiff - modules/demux/a52.c
* all: removed block_t->b_discontinuity,b_frame_* and added i_flags
[vlc] / modules / demux / a52.c
index b0bae276b6fb4c9d67b5d00307c22994be4f1151..668644cd0ca79e79b72ef5a75d46d92d6394b3a6 100644 (file)
@@ -2,7 +2,7 @@
  * a52.c : raw A/52 stream input module for vlc
  *****************************************************************************
  * Copyright (C) 2001 VideoLAN
- * $Id: a52.c,v 1.5 2004/02/17 13:13:32 gbazin Exp $
+ * $Id: a52.c,v 1.6 2004/02/25 17:48:52 fenrir Exp $
  *
  * Authors: Gildas Bazin <gbazin@netcourrier.com>
  *
@@ -293,7 +293,6 @@ static int Demux( input_thread_t * p_input )
                                   p_input->stream.p_selected_program,
                                   p_block_out->i_pts * 9 / 100 );
 
-            p_block_in->b_discontinuity = 0;
             p_block_out->i_dts = p_block_out->i_pts =
                 input_ClockGetTS( p_input, p_input->stream.p_selected_program,
                                   p_block_out->i_pts * 9 / 100 );