OSDN Git Service

Remove ff_realloc_static, it is no longer used and since it was declared
authorReimar Döffinger <Reimar.Doeffinger@gmx.de>
Thu, 24 Sep 2009 22:39:47 +0000 (22:39 +0000)
committerReimar Döffinger <Reimar.Doeffinger@gmx.de>
Thu, 24 Sep 2009 22:39:47 +0000 (22:39 +0000)
commitef530829f87f306207a52d3a88995c2b1b26c611
tree128f36fe59d5c30aafde69f3b9f5d650ccb08a89
parent1e224c5480790259038f3022c3697a581c27f6c9
Remove ff_realloc_static, it is no longer used and since it was declared
static there is no reason to wait for a major version bump, removing
it does not change ABI in any way, not even the non-public one.

Originally committed as revision 20023 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavcodec/bitstream.c