From d18ad5e4e7bcbef62d7e8facd1ee401dc5d7e39c Mon Sep 17 00:00:00 2001 From: Heiko Schaefer Date: Sun, 28 Jul 2002 21:37:35 +0000 Subject: introduce a config option for passthough offset CVS patchset: 2362 CVS date: 2002/07/28 21:37:35 --- src/xine-engine/audio_out.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/xine-engine/audio_out.h') diff --git a/src/xine-engine/audio_out.h b/src/xine-engine/audio_out.h index d7a345ac9..b3aa50f85 100644 --- a/src/xine-engine/audio_out.h +++ b/src/xine-engine/audio_out.h @@ -17,7 +17,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA * - * $Id: audio_out.h,v 1.31 2002/07/01 13:51:28 miguelfreitas Exp $ + * $Id: audio_out.h,v 1.32 2002/07/28 21:37:35 heikos Exp $ */ #ifndef HAVE_AUDIO_OUT_H #define HAVE_AUDIO_OUT_H @@ -229,6 +229,8 @@ struct ao_instance_s { audio_buffer_t *frame_buf[2]; /* two buffers for "stackable" conversions */ int16_t *zero_space; + + int64_t passthrough_offset; }; /* This initiates the audio_out sync routines -- cgit v1.2.3