* declare av_free

Originally committed as revision 729 to svn://svn.ffmpeg.org/ffmpeg/trunk
pull/126/head
Zdenek Kabelac 23 years ago
parent c60a6560a1
commit df595131bb
  1. 2
      libavcodec/common.c

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

Loading…
Cancel
Save