diff options
| author | Darren Salt <linux@youmustbejoking.demon.co.uk> | 2009-12-12 03:05:33 +0000 |
|---|---|---|
| committer | Darren Salt <linux@youmustbejoking.demon.co.uk> | 2009-12-12 03:05:33 +0000 |
| commit | 8bd8e600bf475426cbcd5b8f8f89fb2d6e53ec29 (patch) | |
| tree | 96f97a7a8bc898ff7036c3a0c8ec366530c059b2 /src/input | |
| parent | 258ff7f5eef3a0813f04c4c78f28f50fb601bef7 (diff) | |
| parent | d6e3f2809541eb3b0753222a582d30bc13c31b55 (diff) | |
| download | xine-lib-8bd8e600bf475426cbcd5b8f8f89fb2d6e53ec29.tar.gz xine-lib-8bd8e600bf475426cbcd5b8f8f89fb2d6e53ec29.tar.bz2 | |
Merge from 1.1.
--HG--
rename : include/xine.h.in => include/xine.h
rename : src/combined/decoder_flac.c => src/combined/flac_decoder.c
rename : src/libspuhdmv/xine_hdmv_decoder.c => src/spu_dec/spuhdmv_decoder.c
Diffstat (limited to 'src/input')
| -rw-r--r-- | src/input/input_pvr.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/input/input_pvr.c b/src/input/input_pvr.c index 813ec4c1e..288434c47 100644 --- a/src/input/input_pvr.c +++ b/src/input/input_pvr.c @@ -1454,7 +1454,7 @@ static int pvr_plugin_open (input_plugin_t *this_gen ) { if ((err = pthread_create (&this->pvr_thread, NULL, pvr_loop, this)) != 0) { - xprintf (this->stream->xine, XINE_VERBOSITY_DEBUG, + xprintf (this->stream->xine, XINE_VERBOSITY_NONE, "input_pvr: can't create new thread (%s)\n", strerror(err)); _x_abort(); } |
