# HG changeset patch # User diego # Date 1191330877 0 # Node ID 6e3cd570c312ca66eed7facc878fd77050efd60c # Parent 25429b089d969cbe5abf568be47f745c5b50d542 100l: Revert accidental commit, restore previous version. diff -r 25429b089d96 -r 6e3cd570c312 cabac.h --- a/cabac.h Tue Oct 02 12:35:23 2007 +0000 +++ b/cabac.h Tue Oct 02 13:14:37 2007 +0000 @@ -90,7 +90,6 @@ } } -#if 0 static void put_cabac(CABACContext *c, uint8_t * const state, int bit){ int RangeLPS= ff_h264_lps_range[2*(c->range&0xC0) + *state]; @@ -260,7 +259,6 @@ put_cabac_bypass(c, sign); } } -#endif /* 0 */ static void refill(CABACContext *c){ #if CABAC_BITS == 16 @@ -272,7 +270,6 @@ c->bytestream+= CABAC_BITS/8; } -#if 0 static void refill2(CABACContext *c){ int i, x; @@ -290,7 +287,6 @@ c->low += x<bytestream+= CABAC_BITS/8; } -#endif static inline void renorm_cabac_decoder(CABACContext *c){ while(c->range < 0x100){ @@ -864,6 +860,5 @@ }else return i; } -#endif /* 0 */ #endif /* CABAC_H */