From face806c1ee187c1efbaa88313c955b9947948db Mon Sep 17 00:00:00 2001 From: Guenter Bartsch Date: Mon, 11 Mar 2002 12:31:24 +0000 Subject: metronom and demuxers should work again (although not all demuxers are fully updated at this point). demux_qt can handle compressed audio, but is still unfinished. Yes, this _is_ the big metronom update, metronom now depends on disc_off information in discontinuities. CVS patchset: 1554 CVS date: 2002/03/11 12:31:24 --- src/xine-engine/audio_out.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (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 d864be464..dd820a6f4 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.24 2002/02/17 17:32:50 guenter Exp $ + * $Id: audio_out.h,v 1.25 2002/03/11 12:31:26 guenter Exp $ */ #ifndef HAVE_AUDIO_OUT_H #define HAVE_AUDIO_OUT_H @@ -137,7 +137,6 @@ struct audio_buffer_s { int num_frames; int64_t vpts; - int64_t scr; uint32_t frame_header_count; uint32_t first_access_unit; }; -- cgit v1.2.3