forked from len0rd/rockbox
Sync the bitstream functions with ffmpeg. Switch wmadeci.c over to get_vlc2 which is how ffmpeg now does it and is also slightly faster. Add in defines for later VLC memory usage optization. Kill some header files that weren't needed and update others that were out of sync. We're now much closer to the current ffmpeg codec which should make fixing the remaining issues much easier.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13859 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
a9df713ee9
commit
362f894a53
9 changed files with 1144 additions and 633 deletions
|
|
@ -21,7 +21,7 @@
|
|||
#define _WMADEC_H
|
||||
|
||||
#include "asf.h"
|
||||
#include "common.h" /* For GetBitContext */
|
||||
#include "bitstream.h" /* For GetBitContext */
|
||||
//#include "dsputil.h" /* For MDCTContext */
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue