[FFmpeg-cvslog] r13572 - trunk/libavcodec/bitstream.c
michael
subversion
Sat May 31 01:27:21 CEST 2008
Author: michael
Date: Sat May 31 01:27:21 2008
New Revision: 13572
Log:
unused
Modified:
trunk/libavcodec/bitstream.c
Modified: trunk/libavcodec/bitstream.c
==============================================================================
--- trunk/libavcodec/bitstream.c (original)
+++ trunk/libavcodec/bitstream.c Sat May 31 01:27:21 2008
@@ -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);
More information about the ffmpeg-cvslog
mailing list