aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec/common.c
diff options
context:
space:
mode:
authorZdenek Kabelac <kabi@informatics.muni.cz>2002-07-09 18:38:07 +0000
committerZdenek Kabelac <kabi@informatics.muni.cz>2002-07-09 18:38:07 +0000
commitdf595131bbb520ee7ec91d05467ee63e58d6d8e4 (patch)
treefb54ed1c2e5d402668609613113045ea6b73ceab /libavcodec/common.c
parentc60a6560a1e54f15d897f18b60da26e3a7ceaae5 (diff)
downloadffmpeg-df595131bbb520ee7ec91d05467ee63e58d6d8e4.tar.gz
* declare av_free
Originally committed as revision 729 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/common.c')
-rw-r--r--libavcodec/common.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/common.c b/libavcodec/common.c
index 32edf9a114..63d17b6c2b 100644
--- a/libavcodec/common.c
+++ b/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,