diff options
author | Bastien Nocera <hadess@users.sourceforge.net> | 2003-07-27 12:47:23 +0000 |
---|---|---|
committer | Bastien Nocera <hadess@users.sourceforge.net> | 2003-07-27 12:47:23 +0000 |
commit | 0aca38b38e8facd14540874dc3d68f65dac2364f (patch) | |
tree | 0288ec8aca1e075d69e111c4cb80defdb50bbb6b /src/xine-engine/audio_decoder.c | |
parent | 47a3a7ec62f0ec8ddde070e612aa7f9ea9f68535 (diff) | |
download | xine-lib-0aca38b38e8facd14540874dc3d68f65dac2364f.tar.gz xine-lib-0aca38b38e8facd14540874dc3d68f65dac2364f.tar.bz2 |
- removed xine-engine/locale.c as it is unused, fix static functions in the
engine and the utils, removed unused variables
CVS patchset: 5219
CVS date: 2003/07/27 12:47:23
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 869b92c13..1946b3dd0 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.107 2003/06/22 17:10:41 mroi Exp $ + * $Id: audio_decoder.c,v 1.108 2003/07/27 12:47:23 hadess Exp $ * * * functions that implement audio decoding @@ -40,7 +40,7 @@ #define LOG */ -void *audio_decoder_loop (void *stream_gen) { +static void *audio_decoder_loop (void *stream_gen) { buf_element_t *buf; xine_stream_t *stream = (xine_stream_t *) stream_gen; |