asv1.c directly uses Put/GetBitContext, so it should include bitstream.h

Originally committed as revision 10169 to svn://svn.ffmpeg.org/ffmpeg/trunk
pull/126/head
Aurelien Jacobs 18 years ago
parent 11de04d801
commit 289a723ce3
  1. 1
      libavcodec/asv1.c

@ -25,6 +25,7 @@
*/
#include "avcodec.h"
#include "bitstream.h"
#include "dsputil.h"
#include "mpegvideo.h"

Loading…
Cancel
Save