diff options
Diffstat (limited to 'src/xine-engine/audio_decoder.c')
-rw-r--r-- | src/xine-engine/audio_decoder.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/xine-engine/audio_decoder.c b/src/xine-engine/audio_decoder.c index d499e30bd..4a137b2df 100644 --- a/src/xine-engine/audio_decoder.c +++ b/src/xine-engine/audio_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: audio_decoder.c,v 1.71 2002/04/14 00:24:45 guenter Exp $ + * $Id: audio_decoder.c,v 1.72 2002/04/29 23:32:00 jcdutton Exp $ * * * functions that implement audio decoding @@ -285,7 +285,7 @@ void audio_decoder_init (xine_t *this) { &pth_attrs, audio_decoder_loop, this)) != 0) { fprintf (stderr, "audio_decoder: can't create new thread (%s)\n", strerror(err)); - exit (1); + abort(); } } |