diff options
author | Miguel Freitas <miguelfreitas@users.sourceforge.net> | 2002-11-30 22:09:42 +0000 |
---|---|---|
committer | Miguel Freitas <miguelfreitas@users.sourceforge.net> | 2002-11-30 22:09:42 +0000 |
commit | c1021c7e260c81bcc1ec293f0d57b12aeed1edb3 (patch) | |
tree | 54efaf0e2213a920595a2f58a3d06267e16a30f0 /src/xine-engine/audio_out.h | |
parent | f3359e80a5affcb397d108e12d75b1112f349591 (diff) | |
download | xine-lib-c1021c7e260c81bcc1ec293f0d57b12aeed1edb3.tar.gz xine-lib-c1021c7e260c81bcc1ec293f0d57b12aeed1edb3.tar.bz2 |
just now i realized the wrong underlying assumption i did in metronom: fixing
audio drift the same way i did for video doesn't work, since sound card
won't play it slower or faster because of the vpts's.
with this patch i hope to have definitely separated the 2 sources of
audio drift: (1) nominal sample rate discrepancy to stream pts,
(2) sound card drift to system clock.
- revert feedback audio loop
- updated metronom's audio drift
- always do a full gap filling if needed
CVS patchset: 3392
CVS date: 2002/11/30 22:09:42
Diffstat (limited to 'src/xine-engine/audio_out.h')
-rw-r--r-- | src/xine-engine/audio_out.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/xine-engine/audio_out.h b/src/xine-engine/audio_out.h index 6fa21b531..c68fc9d94 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.42 2002/11/20 13:42:41 esnel Exp $ + * $Id: audio_out.h,v 1.43 2002/11/30 22:09:42 miguelfreitas Exp $ */ #ifndef HAVE_AUDIO_OUT_H #define HAVE_AUDIO_OUT_H @@ -241,7 +241,6 @@ struct xine_audio_port_s { int64_t passthrough_offset; int flush_audio_driver; - int allow_full_ao_fill_gap; int do_compress; double compression_factor; /* current compression */ |