Browse Source

unused

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

+ 0
- 5
libavcodec/bitstream.c View File

@@ -42,11 +42,6 @@
attribute_deprecated av_alloc_size(2)
static void *ff_realloc_static(void *ptr, unsigned int size);

static void *av_mallocz_static(unsigned int size)
{
return av_mallocz(size);
}

static void *ff_realloc_static(void *ptr, unsigned int size)
{
return av_realloc(ptr, size);


Loading…
Cancel
Save