summaryrefslogtreecommitdiff
path: root/libavcodec/asv1.c
diff options
context:
space:
mode:
authorAurelien Jacobs <aurel@gnuage.org>2007-08-21 15:48:08 +0000
committerAurelien Jacobs <aurel@gnuage.org>2007-08-21 15:48:08 +0000
commit289a723ce3d5aedc2ab1c697c379c3051f6686ad (patch)
treefa291ba2d3498acda0e0a7bce676f637475a4435 /libavcodec/asv1.c
parent11de04d80171eb8ddc1690f2f3eb935b5ed68a56 (diff)
asv1.c directly uses Put/GetBitContext, so it should include bitstream.h
Originally committed as revision 10169 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/asv1.c')
-rw-r--r--libavcodec/asv1.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/asv1.c b/libavcodec/asv1.c
index ec6bbb9ba1..69be052253 100644
--- a/libavcodec/asv1.c
+++ b/libavcodec/asv1.c
@@ -25,6 +25,7 @@
*/
#include "avcodec.h"
+#include "bitstream.h"
#include "dsputil.h"
#include "mpegvideo.h"