#ifndef decoder_h
#define decoder_h

#include "stream.h"

int	SubBandSynthesis(stream*, int*, int, int16_t*, int);

int	seek_header(stream*, bytebuf*, frame_params*, const mp3info*);
void one_frame(stream*);

#endif
