diff h264_cavlc.c @ 10893:2aafcafbe1f0 libavcodec

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.
author michael
date Sat, 16 Jan 2010 05:41:33 +0000
parents 13a84faba50d
children 1b5fba731e24
line wrap: on
line diff
--- a/h264_cavlc.c	Sat Jan 16 04:49:02 2010 +0000
+++ b/h264_cavlc.c	Sat Jan 16 05:41:33 2010 +0000
@@ -25,6 +25,8 @@
  * @author Michael Niedermayer <michaelni@gmx.at>
  */
 
+#define CABAC 0
+
 #include "internal.h"
 #include "avcodec.h"
 #include "mpegvideo.h"