summaryrefslogtreecommitdiff
path: root/apps/metadata.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/metadata.c')
-rw-r--r--apps/metadata.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/apps/metadata.c b/apps/metadata.c
index f2d7ed1d5e..03ecf00186 100644
--- a/apps/metadata.c
+++ b/apps/metadata.c
@@ -29,7 +29,7 @@
29#include "debug.h" 29#include "debug.h"
30 30
31/* Simple file type probing by looking filename extension. */ 31/* Simple file type probing by looking filename extension. */
32int probe_file_format(const char *filename) 32unsigned int probe_file_format(const char *filename)
33{ 33{
34 char *suffix; 34 char *suffix;
35 35
@@ -60,7 +60,6 @@ int probe_file_format(const char *filename)
60 return AFMT_WAVPACK; 60 return AFMT_WAVPACK;
61 61
62 return AFMT_UNKNOWN; 62 return AFMT_UNKNOWN;
63
64} 63}
65 64
66unsigned short a52_bitrates[]={32,40,48,56,64,80,96, 65unsigned short a52_bitrates[]={32,40,48,56,64,80,96,