diff libmpcodecs/dec_audio.c @ 8123:9fc45fe0d444

*HUGE* set of compiler warning fixes, unused variables removal based on patch by Dominik Mierzejewski <dominik@rangers.eu.org>
author arpi
date Wed, 06 Nov 2002 23:54:29 +0000
parents b9da278e4c92
children 4b02f73cb4b9
line wrap: on
line diff
--- a/libmpcodecs/dec_audio.c	Wed Nov 06 23:51:17 2002 +0000
+++ b/libmpcodecs/dec_audio.c	Wed Nov 06 23:54:29 2002 +0000
@@ -45,7 +45,6 @@
 
 int init_audio_codec(sh_audio_t *sh_audio)
 {
-  unsigned i;
 
   // reset in/out buffer size/pointer:
   sh_audio->a_buffer_size=0;
@@ -166,6 +165,8 @@
     return 0;
 }
 
+extern char *get_path(char *filename);
+
 int init_best_audio_codec(sh_audio_t *sh_audio,char** audio_codec_list,char** audio_fm_list){
 char* ac_l_default[2]={"",(char*)NULL};
 // hack: