changeset 524:3e579fbef701 libavcodec

* declare av_free
author kabi
date Tue, 09 Jul 2002 18:38:07 +0000
parents c7e4c8b9a3c4
children 985187bc2fa3
files common.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/common.c	Tue Jul 09 18:14:59 2002 +0000
+++ b/common.c	Tue Jul 09 18:38:07 2002 +0000
@@ -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,