av_realloc_static() is an internal function and therefore should use the ff_ prefix...
authorPanagiotis Issaris <takis.issaris@uhasselt.be>
Fri, 23 Feb 2007 00:20:39 +0000 (00:20 +0000)
committerPanagiotis Issaris <takis.issaris@uhasselt.be>
Fri, 23 Feb 2007 00:20:39 +0000 (00:20 +0000)
commit5dad0282b5a1576884fd86ec65b57de2f1b4df28
tree901bcf34ab1434a2ec0394d315fff637495d7623
parentbeebfdb1e83c7759a658ba8b18d429c3a0a5de0a
av_realloc_static() is an internal function and therefore should use the ff_ prefix instead of av_.

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