]> git.sesse.net Git - vlc/blobdiff - src/ac3_spdif/ac3_iec958.h
* Mandatory step for video output IV and the audio output quality
[vlc] / src / ac3_spdif / ac3_iec958.h
index 025507ae670c3db381e8fe989fb0ebebdac423f4..502ce3f27c37debe34ef2822f7a9097d3816a67c 100644 (file)
@@ -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 <stef@via.ecp.fr>
  *          Juha Yrjola <jyrjola@cc.hut.fi>
  * 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 * );
+