From caa336b4cc1c946409decd6af964a44afb59c43a Mon Sep 17 00:00:00 2001 From: Michael Niedermayer Date: Wed, 29 Dec 2004 17:50:25 +0000 Subject: common.c -> bitstream.c (and the single non bitstream func -> utils.c) common.h -> common.h/bitstream.h Originally committed as revision 3777 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/cabac.c | 1 + 1 file changed, 1 insertion(+) (limited to 'libavcodec/cabac.c') diff --git a/libavcodec/cabac.c b/libavcodec/cabac.c index 915c057114..c16fb162e0 100644 --- a/libavcodec/cabac.c +++ b/libavcodec/cabac.c @@ -26,6 +26,7 @@ #include #include "common.h" +#include "bitstream.h" #include "cabac.h" const uint8_t ff_h264_lps_range[64][4]= { -- cgit v1.2.3