1
mirror of https://git.videolan.org/git/ffmpeg.git synced 2024-08-03 01:39:58 +02:00
Originally committed as revision 13570 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Michael Niedermayer 2008-05-30 21:17:10 +00:00
parent 65de23d1b6
commit 83422c1940

View File

@ -76,15 +76,6 @@ static void *ff_realloc_static(void *ptr, unsigned int size)
}
static void av_free_static(void)
{
while(last_static){
av_freep(&array_static[--last_static]);
}
av_freep(&array_static);
}
void align_put_bits(PutBitContext *s)
{
#ifdef ALT_BITSTREAM_WRITER