* declare av_free

Originally committed as revision 729 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Zdenek Kabelac 2002-07-09 18:38:07 +00:00
parent c60a6560a1
commit df595131bb
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@
* *
* alternative bitstream reader & writer by Michael Niedermayer <michaelni@gmx.at> * alternative bitstream reader & writer by Michael Niedermayer <michaelni@gmx.at>
*/ */
#include "common.h" #include "avcodec.h"
void init_put_bits(PutBitContext *s, void init_put_bits(PutBitContext *s,
UINT8 *buffer, int buffer_size, UINT8 *buffer, int buffer_size,