summaryrefslogtreecommitdiff
path: root/apps/codecs/libalac/demux.h
diff options
context:
space:
mode:
authorDave Chapman <dave@dchapman.com>2005-09-22 20:46:58 +0000
committerDave Chapman <dave@dchapman.com>2005-09-22 20:46:58 +0000
commitdebbe9747eb6eecfd79aab648212b55220922eb6 (patch)
treedfd131c1505b32e5b8201bce212ea49fc3b3574d /apps/codecs/libalac/demux.h
parent567718d8372564028ca85c8f5892c86659f14d4c (diff)
downloadrockbox-debbe9747eb6eecfd79aab648212b55220922eb6.tar.gz
rockbox-debbe9747eb6eecfd79aab648212b55220922eb6.zip
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
Diffstat (limited to 'apps/codecs/libalac/demux.h')
-rw-r--r--apps/codecs/libalac/demux.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/codecs/libalac/demux.h b/apps/codecs/libalac/demux.h
index 62b949fa3b..27c9e826c5 100644
--- a/apps/codecs/libalac/demux.h
+++ b/apps/codecs/libalac/demux.h
@@ -1,7 +1,7 @@
1#ifndef DEMUX_H 1#ifndef DEMUX_H
2#define DEMUX_H 2#define DEMUX_H
3 3
4#include <stdint.h> 4#include <inttypes.h>
5#include "stream.h" 5#include "stream.h"
6 6
7typedef uint32_t fourcc_t; 7typedef uint32_t fourcc_t;