X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=plugins%2Favi%2Favi.c;h=9988d22a606be409d50408df17380eb1e744a88e;hb=b9e9cb420db33d098d3d9edea1f3e9d84d5fb18f;hp=db1063f03b4290e6ab839ca7654d16ec64011d6f;hpb=d547ff04bf52ebc411bf4014c7fd97295274e5e4;p=vlc diff --git a/plugins/avi/avi.c b/plugins/avi/avi.c index db1063f03b..9988d22a60 100644 --- a/plugins/avi/avi.c +++ b/plugins/avi/avi.c @@ -2,7 +2,7 @@ * avi.c : AVI file Stream input module for vlc ***************************************************************************** * Copyright (C) 2001 VideoLAN - * $Id: avi.c,v 1.21 2002/06/01 12:31:58 sam Exp $ + * $Id: avi.c,v 1.22 2002/06/07 14:30:40 sam Exp $ * Authors: Laurent Aimar * * This program is free software; you can redistribute it and/or modify @@ -532,7 +532,6 @@ static int AVIInit( input_thread_t *p_input ) return( -1 ); } p_input->stream.p_selected_program = p_input->stream.pp_programs[0]; - p_input->stream.p_new_program = p_input->stream.pp_programs[0] ; p_input->stream.i_mux_rate = p_avi_demux->avih.i_maxbytespersec / 50; vlc_mutex_unlock( &p_input->stream.stream_lock );