remove redundant declarations

Originally committed as revision 6153 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Måns Rullgård
2006-09-02 23:10:28 +00:00
parent 6243da0d50
commit 0e176c3eb5
9 changed files with 0 additions and 17 deletions

View File

@@ -57,8 +57,6 @@ const uint8_t ff_reverse[256]={
static int volatile entangled_thread_counter=0;
void avcodec_default_free_buffers(AVCodecContext *s);
void *av_mallocz(unsigned int size)
{
void *ptr;