summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Roitzsch <mroi@users.sourceforge.net>2003-01-13 14:26:17 +0000
committerMichael Roitzsch <mroi@users.sourceforge.net>2003-01-13 14:26:17 +0000
commit313af155b40c50f3094cc9ff973977d74e9d8d3e (patch)
treebd1cc1d39701c93c1056d2952ab4d1927692d1bc
parenta3b43ae069a20c1f5c59eea2d78a0aaabe7d0f53 (diff)
downloadxine-lib-313af155b40c50f3094cc9ff973977d74e9d8d3e.tar.gz
xine-lib-313af155b40c50f3094cc9ff973977d74e9d8d3e.tar.bz2
wrong "C-style object" used
CVS patchset: 3896 CVS date: 2003/01/13 14:26:17
-rw-r--r--src/libsputext/xine_decoder.c4
1 files 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);