X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=include%2Finput_ext-dec.h;h=688669190b93ef3fa53627742ad33118ff04df41;hb=a70f8bb371466209770c4c3bcdb7137b94acef66;hp=d79a7422636de9801a29247427e2b48c8db18f85;hpb=7f1f24b3aa593a6c426a86e9b707b162372a1b9f;p=vlc diff --git a/include/input_ext-dec.h b/include/input_ext-dec.h index d79a742263..688669190b 100644 --- a/include/input_ext-dec.h +++ b/include/input_ext-dec.h @@ -2,7 +2,7 @@ * input_ext-dec.h: structures exported to the VideoLAN decoders ***************************************************************************** * Copyright (C) 1999, 2000 VideoLAN - * $Id: input_ext-dec.h,v 1.30 2001/04/28 03:36:25 sam Exp $ + * $Id: input_ext-dec.h,v 1.31 2001/05/01 04:18:17 sam Exp $ * * Authors: Christophe Massiot * Michel Kaempf @@ -545,15 +545,10 @@ typedef struct vdec_config_s ***************************************************************************** * Pointers given to audio decoders threads. *****************************************************************************/ -struct aout_thread_s; - typedef struct adec_config_s { - struct aout_thread_s * p_aout; - - struct aout_fifo_s * (* pf_create_fifo)( struct aout_thread_s *, - struct aout_fifo_s * ); - void (* pf_destroy_fifo)( struct aout_thread_s *); + struct aout_fifo_s * (* pf_create_fifo)( struct aout_fifo_s * ); + void (* pf_destroy_fifo)( void ); decoder_config_t decoder_config; } adec_config_t;