From 4eac974bd19b96aad75ee51285cb6193a5c50396 Mon Sep 17 00:00:00 2001 From: Miguel Freitas Date: Tue, 20 Nov 2001 12:41:57 +0000 Subject: should fix pause and slow/fast playing CVS patchset: 1086 CVS date: 2001/11/20 12:41:57 --- src/xine-engine/audio_out.h | 3 ++- 1 file changed, 2 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 86ae13484..a3f1c65e2 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.20 2001/11/10 13:48:03 guenter Exp $ + * $Id: audio_out.h,v 1.21 2001/11/20 12:41:58 miguelfreitas Exp $ */ #ifndef HAVE_AUDIO_OUT_H #define HAVE_AUDIO_OUT_H @@ -181,6 +181,7 @@ struct ao_instance_s { metronom_t *metronom; int audio_loop_running; + int audio_paused; pthread_t audio_thread; int audio_step; /* pts per 32 768 samples (sample = #bytes/2) */ -- cgit v1.2.3