rockbox-codecs 0.1.1

Rockbox audio decoders (FLAC, MP3, Vorbis, ALAC, WavPack, WAV/ADPCM, …) as a reusable decoding library
Documentation
1
2
3
4
5
6
7
8
/* Stub — shadows firmware/export/panic.h (tlsf.c includes it under
 * ROCKBOX). Implemented in rbcodec_shim.c as vfprintf + abort. */
#ifndef RBCODEC_PANIC_H
#define RBCODEC_PANIC_H

void panicf(const char *fmt, ...);

#endif