X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=plugins%2Fbeos%2Faout_beos.cpp;h=e76889527955adb1fa79007fc228c9b0262cb580;hb=3007c6b8853dcac1d84cf978d1075d64e941a434;hp=b7d86bedacdc7be70a012d6f1bcf80f1b3cdcc17;hpb=0c128d47071e1e107cd25820ae0c664ab5ca5b70;p=vlc diff --git a/plugins/beos/aout_beos.cpp b/plugins/beos/aout_beos.cpp index b7d86bedac..e768895279 100644 --- a/plugins/beos/aout_beos.cpp +++ b/plugins/beos/aout_beos.cpp @@ -2,7 +2,7 @@ * aout_beos.cpp: BeOS audio output ***************************************************************************** * Copyright (C) 1999, 2000, 2001 VideoLAN - * $Id: aout_beos.cpp,v 1.14 2001/05/31 03:57:54 sam Exp $ + * $Id: aout_beos.cpp,v 1.15 2001/07/12 20:44:52 reno Exp $ * * Authors: Jean-Marc Dressler * Samuel Hocevar @@ -180,6 +180,8 @@ static int aout_Open( aout_thread_t *p_aout ) *****************************************************************************/ static int aout_SetFormat( aout_thread_t *p_aout ) { + p_aout->i_latency = 0; + return( 0 ); }