comparison src/madplug/decoder.c @ 2519:2da1343a024d

Automated merge with ssh://hg.atheme.org//hg/audacious-plugins
author William Pitcock <nenolod@atheme.org>
date Tue, 08 Apr 2008 15:11:35 -0500
parents bad05467e8e0
children f1b6f1b2cdb3
comparison
equal deleted inserted replaced
2518:eef3a506a2b8 2519:2da1343a024d
26 26
27 #include <audacious/plugin.h> 27 #include <audacious/plugin.h>
28 #include "plugin.h" 28 #include "plugin.h"
29 #include "input.h" 29 #include "input.h"
30 30
31 #define BUFFER_SIZE 16*1024 31 #define BUFFER_SIZE (16*1024)
32 #define N_AVERAGE_FRAMES 10 32 #define N_AVERAGE_FRAMES 10
33 33
34 void 34 void
35 write_output(struct mad_info_t *info, struct mad_pcm *pcm, 35 write_output(struct mad_info_t *info, struct mad_pcm *pcm,
36 struct mad_header *header) 36 struct mad_header *header)