Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2004-12-29 20:50:25 +0300
committerMichael Niedermayer <michaelni@gmx.at>2004-12-29 20:50:25 +0300
commitcaa336b4cc1c946409decd6af964a44afb59c43a (patch)
tree71bf85effee9bc0e8d985f0dd3274f7d67f4c5f5 /libavcodec/cabac.c
parent6143607303de40f4647fe9ba10c4b36909ba0f1f (diff)
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
Diffstat (limited to 'libavcodec/cabac.c')
-rw-r--r--libavcodec/cabac.c1
1 files changed, 1 insertions, 0 deletions
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 <string.h>
#include "common.h"
+#include "bitstream.h"
#include "cabac.h"
const uint8_t ff_h264_lps_range[64][4]= {