[prev in list] [next in list] [prev in thread] [next in thread] 

List:       xine-devel
Subject:    [xine-devel] SIGSEGV in libxine (DVB, SPU)
From:       Chris Rankin <rankincj () yahoo ! com>
Date:       2008-12-29 20:22:32
Message-ID: 670107.91513.qm () web52909 ! mail ! re2 ! yahoo ! com
[Download RAW message or body]

Hi,

I've noticed that libxine has started to SIGSEGV whenever I try to use the DVB input \
plugin; I *think* that I've patched it as follows.

Cheers,
Chris

diff -r c595e6adab62 src/libspudvb/xine_spudvb_decoder.c
--- a/src/libspudvb/xine_spudvb_decoder.c       Sun Dec 28 22:22:21 2008 +0000
+++ b/src/libspudvb/xine_spudvb_decoder.c       Mon Dec 29 20:21:07 2008 +0000
@@ -804,7 +804,7 @@
     const uint8_t data_identifier = this->dvbsub->buf[this->dvbsub->i];
     const uint8_t subtitle_stream_id = this->dvbsub->buf[this->dvbsub->i+1];
   */
-  this->dvbsub += 2;
+  this->dvbsub->i += 2;
 
   while (this->dvbsub->i <= (PES_packet_length)) {
     /* SUBTITLING SEGMENT */



      

------------------------------------------------------------------------------
_______________________________________________
xine-devel mailing list
xine-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xine-devel


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic