summaryrefslogtreecommitdiff
path: root/src/dxr3/dxr3_decoder.c
diff options
context:
space:
mode:
authorJames Courtier-Dutton <jcdutton@users.sourceforge.net>2002-04-24 20:26:06 +0000
committerJames Courtier-Dutton <jcdutton@users.sourceforge.net>2002-04-24 20:26:06 +0000
commit5193fe68baca652e1b8fd978f0b3387395f54f36 (patch)
tree1c572f61dfdfe7f5ff572166444b6879b547bd6a /src/dxr3/dxr3_decoder.c
parent62748bd5ed5f8302cc81fdcdb2c8dc25ee863d9c (diff)
downloadxine-lib-5193fe68baca652e1b8fd978f0b3387395f54f36.tar.gz
xine-lib-5193fe68baca652e1b8fd978f0b3387395f54f36.tar.bz2
Some more adjustments to make dvd menus work better.
CVS patchset: 1774 CVS date: 2002/04/24 20:26:06
Diffstat (limited to 'src/dxr3/dxr3_decoder.c')
-rw-r--r--src/dxr3/dxr3_decoder.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/dxr3/dxr3_decoder.c b/src/dxr3/dxr3_decoder.c
index c3eae1c5c..3780e3afe 100644
--- a/src/dxr3/dxr3_decoder.c
+++ b/src/dxr3/dxr3_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: dxr3_decoder.c,v 1.73 2002/04/23 15:45:19 esnel Exp $
+ * $Id: dxr3_decoder.c,v 1.74 2002/04/24 20:26:06 jcdutton Exp $
*
* dxr3 video and spu decoder plugin. Accepts the video and spu data
* from XINE and sends it directly to the corresponding dxr3 devices.
@@ -1029,7 +1029,7 @@ static void spudec_decode_data (spu_decoder_t *this_gen, buf_element_t *buf)
uint32_t vpts32;
vpts = this->spu_decoder.metronom->got_spu_packet
- (this->spu_decoder.metronom, buf->pts, 0);
+ (this->spu_decoder.metronom, buf->pts);
#if LOG_SPU
printf ("dxr3_spu: pts=%lld vpts=%lld\n", buf->pts, vpts);
#endif