1
0
Fork 0
forked from len0rd/rockbox

Fix sim for now. Eventually I should change the decoder to error out if theres a problem allocating huffman tables.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17013 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Michael Giacomelli 2008-04-07 02:25:09 +00:00
parent 231f0c208d
commit c6bbb0f690

View file

@ -28,6 +28,7 @@
*/
#include "bitstream.h"
#include <codecs/lib/codeclib.h>
/**
* Same as av_mallocz_static(), but does a realloc.