]> git.sesse.net Git - vlc/blobdiff - include/audio_output.h
-Changes and bugfixes to make network work in VLAN Broadcast mode.
[vlc] / include / audio_output.h
index 00267ea9094e279a6654c0bc4f7b439630d387ed..449a9921ef6ad5323f79f289478d0185a4d49169 100644 (file)
@@ -2,7 +2,7 @@
  * audio_output.h : audio output thread interface
  *****************************************************************************
  * Copyright (C) 1999, 2000 VideoLAN
- * $Id: audio_output.h,v 1.35 2001/05/06 18:32:30 stef Exp $
+ * $Id: audio_output.h,v 1.36 2001/05/30 05:19:03 stef Exp $
  *
  * Authors: Michel Kaempf <maxx@via.ecp.fr>
  *
@@ -194,8 +194,11 @@ typedef struct aout_thread_s
 #define AOUT_FMT_S16_NE      AOUT_FMT_S16_LE
 #endif
 
+/* Number of samples in an AC3 frame */
+#define AC3_FRAME_SIZE      1536
+
 /* Size of a frame for spdif output */
-#define SPDIF_FRAME_SIZE 6144
+#define SPDIF_FRAME_SIZE    6144
 
 /*****************************************************************************
  * Prototypes