mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-11-18 17:42:36 -05:00
First Rockbox version of ALAC decoder - porting to work in Rockbox environment and some simple (but significant) optimisations
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7544 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
567718d837
commit
debbe9747e
8 changed files with 405 additions and 197 deletions
|
|
@ -1,7 +1,7 @@
|
|||
#ifndef DEMUX_H
|
||||
#define DEMUX_H
|
||||
|
||||
#include <stdint.h>
|
||||
#include <inttypes.h>
|
||||
#include "stream.h"
|
||||
|
||||
typedef uint32_t fourcc_t;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue