comparison common.c @ 524:3e579fbef701 libavcodec

* declare av_free
author kabi
date Tue, 09 Jul 2002 18:38:07 +0000
parents 19a5e2a81e1a
children f1f4d3d755f8
comparison
equal deleted inserted replaced
523:c7e4c8b9a3c4 524:3e579fbef701
16 * License along with this library; if not, write to the Free Software 16 * License along with this library; if not, write to the Free Software
17 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 17 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
18 * 18 *
19 * alternative bitstream reader & writer by Michael Niedermayer <michaelni@gmx.at> 19 * alternative bitstream reader & writer by Michael Niedermayer <michaelni@gmx.at>
20 */ 20 */
21 #include "common.h" 21 #include "avcodec.h"
22 22
23 void init_put_bits(PutBitContext *s, 23 void init_put_bits(PutBitContext *s,
24 UINT8 *buffer, int buffer_size, 24 UINT8 *buffer, int buffer_size,
25 void *opaque, 25 void *opaque,
26 void (*write_data)(void *, UINT8 *, int)) 26 void (*write_data)(void *, UINT8 *, int))