Sync the bitstream functions with ffmpeg. Switch wmadeci.c over to get_vlc2 which...
commit5f9865d4f6765432ffab4a97524b2529fdfc50f6
authorsaratoga <saratoga@a1c6a512-1295-4272-9138-f99709370657>
Thu, 12 Jul 2007 03:17:19 +0000 (12 03:17 +0000)
committersaratoga <saratoga@a1c6a512-1295-4272-9138-f99709370657>
Thu, 12 Jul 2007 03:17:19 +0000 (12 03:17 +0000)
treeffa39b4d2e094b5e5eef72fb8ba94ea66b21db77
parente217cf1e95dd0baccf796d7461b826034d67618f
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
apps/codecs/libwma/SOURCES
apps/codecs/libwma/bitstream.c [moved from apps/codecs/libwma/common.c with 60% similarity]
apps/codecs/libwma/bitstream.h [new file with mode: 0644]
apps/codecs/libwma/common.h [deleted file]
apps/codecs/libwma/dsputil.h [deleted file]
apps/codecs/libwma/wmadata.h
apps/codecs/libwma/wmadec.h
apps/codecs/libwma/wmadeci.c
apps/codecs/libwma/wmafixed.c