From b275500706ac3a20ac59bdb6ee080dc32f3254cf Mon Sep 17 00:00:00 2001 From: Stefano Sabatini Date: Sun, 12 Apr 2009 08:35:26 +0000 Subject: Split bitstream.h, put the bitstream writer stuff in the new file put_bits.h. Originally committed as revision 18461 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/wma.h | 1 + 1 file changed, 1 insertion(+) (limited to 'libavcodec/wma.h') diff --git a/libavcodec/wma.h b/libavcodec/wma.h index fee7562033..869c54bf9a 100644 --- a/libavcodec/wma.h +++ b/libavcodec/wma.h @@ -23,6 +23,7 @@ #define AVCODEC_WMA_H #include "bitstream.h" +#include "put_bits.h" #include "dsputil.h" /* size of blocks */ -- cgit v1.2.1