1
mirror of https://git.videolan.org/git/ffmpeg.git synced 2024-10-04 01:30:05 +02:00

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

Originally committed as revision 10169 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Aurelien Jacobs 2007-08-21 15:48:08 +00:00
parent 11de04d801
commit 289a723ce3

View File

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