projects
/
paraslash.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
ogg_afh.c: Store the bitrate in KHz rather than in Hz.
[paraslash.git]
/
mp3_afh.c
diff --git
a/mp3_afh.c
b/mp3_afh.c
index
dde71c5
..
ae7f117
100644
(file)
--- a/
mp3_afh.c
+++ b/
mp3_afh.c
@@
-16,6
+16,8
@@
* Johannes Overmann <overmann@iname.com>
*/
* Johannes Overmann <overmann@iname.com>
*/
+#include "para.h"
+#include "afh.h"
#include "server.h"
#include "error.h"
#include "string.h"
#include "server.h"
#include "error.h"
#include "string.h"
@@
-269,7
+271,7
@@
static void mp3_get_id3(unsigned char *map, size_t numbytes, off_t *fpos)
return;
*fpos = numbytes - 128;
if (strncmp("TAG", (char *) map + *fpos, 3)) {
return;
*fpos = numbytes - 128;
if (strncmp("TAG", (char *) map + *fpos, 3)) {
- PARA_
INFO
_LOG("%s", "no id3 tag\n");
+ PARA_
DEBUG
_LOG("%s", "no id3 tag\n");
return;
}
*fpos = numbytes - 125;
return;
}
*fpos = numbytes - 125;