Browse Source

unused

Originally committed as revision 13570 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.5
Michael Niedermayer 17 years ago
parent
commit
83422c1940
1 changed files with 0 additions and 9 deletions
  1. +0
    -9
      libavcodec/bitstream.c

+ 0
- 9
libavcodec/bitstream.c 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


Loading…
Cancel
Save