From ddd60f28d8f4baaf70a21f44c07b6ceac00cea05 Mon Sep 17 00:00:00 2001 From: Michael Niedermayer Date: Sat, 16 Jan 2010 05:41:33 +0000 Subject: Replace cabac checks in inline functions from h264.h with constants. No benchmark because its just replacing variables with litteral constants (so no risk for slowdown outside gcc silliness) and i need sleep. Originally committed as revision 21237 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/h264_cavlc.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'libavcodec/h264_cavlc.c') diff --git a/libavcodec/h264_cavlc.c b/libavcodec/h264_cavlc.c index 42fb175c3b..c170e7cc92 100644 --- a/libavcodec/h264_cavlc.c +++ b/libavcodec/h264_cavlc.c @@ -25,6 +25,8 @@ * @author Michael Niedermayer */ +#define CABAC 0 + #include "internal.h" #include "avcodec.h" #include "mpegvideo.h" -- cgit v1.2.3