summaryrefslogtreecommitdiff
path: root/apps/codecs/libwmapro/wmaprodec.c
diff options
context:
space:
mode:
authorMohamed Tarek <mt@rockbox.org>2010-07-17 07:53:14 +0000
committerMohamed Tarek <mt@rockbox.org>2010-07-17 07:53:14 +0000
commit0f947104100131069fbfa9e53c8ef129c4716a30 (patch)
treebbb94c6b1899e25eb3d7e2ac38d7a338dd620d21 /apps/codecs/libwmapro/wmaprodec.c
parent090768194fdbd611b995572f424c6fae690eb329 (diff)
downloadrockbox-0f947104100131069fbfa9e53c8ef129c4716a30.tar.gz
rockbox-0f947104100131069fbfa9e53c8ef129c4716a30.zip
More cleaning for libwmapro; use codeclib's bitstream functions and drop those from the libwmapro.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27453 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/codecs/libwmapro/wmaprodec.c')
-rw-r--r--apps/codecs/libwmapro/wmaprodec.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/codecs/libwmapro/wmaprodec.c b/apps/codecs/libwmapro/wmaprodec.c
index 1fc4386bd5..ea4cbe3a44 100644
--- a/apps/codecs/libwmapro/wmaprodec.c
+++ b/apps/codecs/libwmapro/wmaprodec.c
@@ -86,8 +86,8 @@
86 * subframe in order to reconstruct the output samples. 86 * subframe in order to reconstruct the output samples.
87 */ 87 */
88 88
89#include "get_bits.h" 89#include "ffmpeg_get_bits.h"
90#include "put_bits.h" 90#include "ffmpeg_put_bits.h"
91#include "wmaprodata.h" 91#include "wmaprodata.h"
92#include "wma.h" 92#include "wma.h"
93#include "wmaprodec.h" 93#include "wmaprodec.h"