diff options
author | Miguel Freitas <miguelfreitas@users.sourceforge.net> | 2001-11-20 12:41:57 +0000 |
---|---|---|
committer | Miguel Freitas <miguelfreitas@users.sourceforge.net> | 2001-11-20 12:41:57 +0000 |
commit | 4eac974bd19b96aad75ee51285cb6193a5c50396 (patch) | |
tree | 57613d35d1706d369ea44e6bf9764ebdb7cac116 /src/xine-engine/audio_out.h | |
parent | 3caeb00e32368497418444d92f3748073fa69a08 (diff) | |
download | xine-lib-4eac974bd19b96aad75ee51285cb6193a5c50396.tar.gz xine-lib-4eac974bd19b96aad75ee51285cb6193a5c50396.tar.bz2 |
should fix pause and slow/fast playing
CVS patchset: 1086
CVS date: 2001/11/20 12:41:57
Diffstat (limited to 'src/xine-engine/audio_out.h')
-rw-r--r-- | src/xine-engine/audio_out.h | 3 |
1 files changed, 2 insertions, 1 deletions
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) */ |