diff options
author | Heiko Schaefer <heikos@users.sourceforge.net> | 2002-07-28 21:37:35 +0000 |
---|---|---|
committer | Heiko Schaefer <heikos@users.sourceforge.net> | 2002-07-28 21:37:35 +0000 |
commit | d18ad5e4e7bcbef62d7e8facd1ee401dc5d7e39c (patch) | |
tree | 10da0fe32a11d3cf4136bd6f08d7ebd695b7863f /src/xine-engine/audio_out.h | |
parent | 7a52017633920bf7b1981e4558c31100c809a3b9 (diff) | |
download | xine-lib-d18ad5e4e7bcbef62d7e8facd1ee401dc5d7e39c.tar.gz xine-lib-d18ad5e4e7bcbef62d7e8facd1ee401dc5d7e39c.tar.bz2 |
introduce a config option for passthough offset
CVS patchset: 2362
CVS date: 2002/07/28 21:37:35
Diffstat (limited to 'src/xine-engine/audio_out.h')
-rw-r--r-- | src/xine-engine/audio_out.h | 4 |
1 files changed, 3 insertions, 1 deletions
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 |