diff options
author | Aurelien Jacobs <aurel@gnuage.org> | 2007-08-21 15:48:08 +0000 |
---|---|---|
committer | Aurelien Jacobs <aurel@gnuage.org> | 2007-08-21 15:48:08 +0000 |
commit | 289a723ce3d5aedc2ab1c697c379c3051f6686ad (patch) | |
tree | fa291ba2d3498acda0e0a7bce676f637475a4435 /libavcodec/asv1.c | |
parent | 11de04d80171eb8ddc1690f2f3eb935b5ed68a56 (diff) | |
download | ffmpeg-289a723ce3d5aedc2ab1c697c379c3051f6686ad.tar.gz |
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.c | 1 |
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" |