From 313af155b40c50f3094cc9ff973977d74e9d8d3e Mon Sep 17 00:00:00 2001 From: Michael Roitzsch Date: Mon, 13 Jan 2003 14:26:17 +0000 Subject: wrong "C-style object" used CVS patchset: 3896 CVS date: 2003/01/13 14:26:17 --- src/libsputext/xine_decoder.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/libsputext/xine_decoder.c b/src/libsputext/xine_decoder.c index 29b1c213c..40437427d 100644 --- a/src/libsputext/xine_decoder.c +++ b/src/libsputext/xine_decoder.c @@ -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: xine_decoder.c,v 1.50 2003/01/13 02:33:36 miguelfreitas Exp $ + * $Id: xine_decoder.c,v 1.51 2003/01/13 14:26:17 mroi Exp $ * */ @@ -209,7 +209,7 @@ static void spudec_decode_data (spu_decoder_t *this_gen, buf_element_t *buf) { #endif } - spu_offset = this->stream->master->metronom->get_option (this->stream->metronom, + spu_offset = this->stream->master->metronom->get_option (this->stream->master->metronom, METRONOM_SPU_OFFSET); start += (spu_offset / 90); end += (spu_offset / 90); -- cgit v1.2.3