diff options
author | Michael Roitzsch <mroi@users.sourceforge.net> | 2002-09-18 15:42:56 +0000 |
---|---|---|
committer | Michael Roitzsch <mroi@users.sourceforge.net> | 2002-09-18 15:42:56 +0000 |
commit | ab29953ba607800562029a3cab3f23b30e8a96f4 (patch) | |
tree | c643204a0aba9b55f0a10f738ff9b8ddbd31aa12 | |
parent | 9ee1da07ebd78195edc7af88605c5c22332d48c1 (diff) | |
download | xine-lib-ab29953ba607800562029a3cab3f23b30e8a96f4.tar.gz xine-lib-ab29953ba607800562029a3cab3f23b30e8a96f4.tar.bz2 |
dxr3 works
CVS patchset: 2693
CVS date: 2002/09/18 15:42:56
-rw-r--r-- | src/libspudec/spu.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/libspudec/spu.c b/src/libspudec/spu.c index da1aedfcd..005f74627 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.46 2002/09/18 04:20:09 jcdutton Exp $ + * $Id: spu.c,v 1.47 2002/09/18 15:42:56 mroi Exp $ * */ @@ -340,7 +340,6 @@ void spudec_process (spudec_decoder_t *this, uint32_t stream_id) { spu_button.buttonN = this->buttonN; /* The BUTTON_FORCE event cannot call "get_nav_pci", so the nav_pci info has to be passed in the event instead. */ - /* FIXME: the dxr3 code will have to be updated. */ memcpy(&spu_button.nav_pci, &this->pci, sizeof(pci_t) ); xine_send_event(this->xine, &spu_event.event); } |