X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=src%2Fac3_spdif%2Fac3_iec958.h;h=502ce3f27c37debe34ef2822f7a9097d3816a67c;hb=a70f8bb371466209770c4c3bcdb7137b94acef66;hp=025507ae670c3db381e8fe989fb0ebebdac423f4;hpb=7f1f24b3aa593a6c426a86e9b707b162372a1b9f;p=vlc diff --git a/src/ac3_spdif/ac3_iec958.h b/src/ac3_spdif/ac3_iec958.h index 025507ae67..502ce3f27c 100644 --- a/src/ac3_spdif/ac3_iec958.h +++ b/src/ac3_spdif/ac3_iec958.h @@ -2,7 +2,7 @@ * ac3_iec958.h: ac3 to spdif converter headers ***************************************************************************** * Copyright (C) 2001 VideoLAN - * $Id: ac3_iec958.h,v 1.1 2001/04/29 02:48:51 stef Exp $ + * $Id: ac3_iec958.h,v 1.2 2001/05/01 04:18:18 sam Exp $ * * Authors: Stéphane Borel * Juha Yrjola @@ -23,20 +23,9 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111, USA. ****************************************************************************/ -#ifndef _AC3_IEC958_H -#define _AC3_IEC958_H - /**************************************************************************** * information about ac3 frame ****************************************************************************/ -typedef struct ac3_info_s -{ - int i_bit_rate; - int i_frame_size; - int i_sample_rate; - int i_bs_mod; -} ac3_info_t; - typedef struct sync_frame_s { struct syncinfo @@ -56,7 +45,6 @@ typedef struct sync_frame_s /**************************************************************************** * Prototypes ****************************************************************************/ -void ac3_iec958_build_burst ( int, u8 *, u8 * ); -int ac3_iec958_parse_syncinfo ( struct ac3_spdif_thread_s *, - struct ac3_info_s *, u8 * ); -#endif +void ac3_iec958_build_burst ( struct ac3_spdif_thread_s * ); +int ac3_iec958_parse_syncinfo ( struct ac3_spdif_thread_s * ); +