From 83422c1940d963d395a64bee0cbb9c637192ce8c Mon Sep 17 00:00:00 2001 From: Michael Niedermayer Date: Fri, 30 May 2008 21:17:10 +0000 Subject: [PATCH] unused Originally committed as revision 13570 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/bitstream.c | 9 --------- 1 file changed, 9 deletions(-) diff --git a/libavcodec/bitstream.c b/libavcodec/bitstream.c index 6323167838..78d7f1b56c 100644 --- a/libavcodec/bitstream.c +++ b/libavcodec/bitstream.c @@ -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