diff options
author | Michael Roitzsch <mroi@users.sourceforge.net> | 2003-12-08 11:38:26 +0000 |
---|---|---|
committer | Michael Roitzsch <mroi@users.sourceforge.net> | 2003-12-08 11:38:26 +0000 |
commit | d6e09bb165a81d7ad42666c0fc047240a952593a (patch) | |
tree | 7c2a77cc62182cb9f449c6d4fb78594a3640ea00 | |
parent | 3097a446d71152d412df4d9f1c83ad48b25b8c16 (diff) | |
download | xine-lib-d6e09bb165a81d7ad42666c0fc047240a952593a.tar.gz xine-lib-d6e09bb165a81d7ad42666c0fc047240a952593a.tar.bz2 |
no menu button does not need abort()ing
CVS patchset: 5867
CVS date: 2003/12/08 11:38:26
-rw-r--r-- | src/dxr3/dxr3_decode_spu.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/dxr3/dxr3_decode_spu.c b/src/dxr3/dxr3_decode_spu.c index b75da4ccf..07db0d7dc 100644 --- a/src/dxr3/dxr3_decode_spu.c +++ b/src/dxr3/dxr3_decode_spu.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_decode_spu.c,v 1.42 2003/12/07 15:34:29 f1rmb Exp $ + * $Id: dxr3_decode_spu.c,v 1.43 2003/12/08 11:38:26 mroi Exp $ */ /* dxr3 spu decoder plugin. @@ -356,7 +356,6 @@ static void dxr3_spudec_decode_data(spu_decoder_t *this_gen, buf_element_t *buf) pthread_mutex_unlock(&this->dxr3_vo->spu_device_lock); } else { xprintf(this->stream->xine, XINE_VERBOSITY_DEBUG, "no working menu button found\n"); - abort(); } } } |