diff options
author | Michael Roitzsch <mroi@users.sourceforge.net> | 2003-10-12 18:51:59 +0000 |
---|---|---|
committer | Michael Roitzsch <mroi@users.sourceforge.net> | 2003-10-12 18:51:59 +0000 |
commit | 946b3aec22a9a9b308b25f1ca592815949f44891 (patch) | |
tree | e074f4cec9fb91fe856693537d29c64c6b6b9cfa | |
parent | b3becf05739e3c3b0ed60488eaa5fc91fb7aa523 (diff) | |
download | xine-lib-946b3aec22a9a9b308b25f1ca592815949f44891.tar.gz xine-lib-946b3aec22a9a9b308b25f1ca592815949f44891.tar.bz2 |
thank god noone defined LOG_BUTTON
CVS patchset: 5491
CVS date: 2003/10/12 18:51:59
-rw-r--r-- | src/libspudec/spu.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/libspudec/spu.c b/src/libspudec/spu.c index f7a9eb22e..21af9455b 100644 --- a/src/libspudec/spu.c +++ b/src/libspudec/spu.c @@ -35,7 +35,7 @@ * along with this program; see the file COPYING. If not, write to * the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. * - * $Id: spu.c,v 1.68 2003/08/15 14:36:55 mroi Exp $ + * $Id: spu.c,v 1.69 2003/10/12 18:51:59 mroi Exp $ * */ @@ -443,7 +443,7 @@ void spudec_process (spudec_decoder_t *this, int stream_id) { #ifdef LOG_BUTTON fprintf(stderr, "libspudec: add_event type=%d : current time=%lld, spu vpts=%lli\n", this->event.event_type, - this->stream->xine->clock->get_current_time(this->stream->metronom), + this->stream->xine->clock->get_current_time(this->stream->xine->clock), this->event.vpts); #endif ovl_manager->add_event(ovl_manager, (void *)&this->event); |