Commit 833f2732 authored by michael's avatar michael

unused


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@13570 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 3984ca64
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment