From 26b4fe821c0a6610e0d5598552e0a0e6114d4046 Mon Sep 17 00:00:00 2001 From: Aurelien Jacobs Date: Thu, 10 May 2007 22:26:44 +0000 Subject: split h264.c to move parser in its own file Originally committed as revision 8985 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/cabac.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'libavcodec/cabac.h') diff --git a/libavcodec/cabac.h b/libavcodec/cabac.h index 3ef7f438a2..7da66d2ef1 100644 --- a/libavcodec/cabac.h +++ b/libavcodec/cabac.h @@ -25,6 +25,10 @@ * Context Adaptive Binary Arithmetic Coder. */ +#ifndef CABAC_H +#define CABAC_H + +#include "bitstream.h" //#undef NDEBUG #include @@ -857,3 +861,5 @@ static int get_cabac_ueg(CABACContext *c, uint8_t * state, int max, int is_signe }else return i; } + +#endif /* CABAC_H */ -- cgit v1.2.3