X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=include%2Faudio_output.h;h=a8f1d15ecae9dd05f99ca059e3e0bf8bb81dbea7;hb=440f9992ee947ea5fd0debbf35fdd1011c6404b3;hp=449a9921ef6ad5323f79f289478d0185a4d49169;hpb=1ffe943ec5e34e24199546b386114bb67586855a;p=vlc diff --git a/include/audio_output.h b/include/audio_output.h index 449a9921ef..a8f1d15eca 100644 --- a/include/audio_output.h +++ b/include/audio_output.h @@ -2,7 +2,7 @@ * audio_output.h : audio output thread interface ***************************************************************************** * Copyright (C) 1999, 2000 VideoLAN - * $Id: audio_output.h,v 1.36 2001/05/30 05:19:03 stef Exp $ + * $Id: audio_output.h,v 1.37 2001/05/30 17:03:11 sam Exp $ * * Authors: Michel Kaempf * @@ -26,7 +26,7 @@ ***************************************************************************** * This global variable is accessed by any function using the audio output. *****************************************************************************/ -typedef struct +typedef struct aout_bank_s { /* Array to all the audio outputs */ struct aout_thread_s *pp_aout[ AOUT_MAX_THREADS ];