summaryrefslogtreecommitdiff
path: root/libavcodec/cabac.h
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2011-12-27 12:25:18 +0100
committerDiego Biurrun <diego@biurrun.de>2012-01-04 01:09:53 +0100
commite451c26c5f0bff9ced74ff6dfa3fce111fed1dbb (patch)
treee8942afdcb5147798fea3a72c6a389def97b2a00 /libavcodec/cabac.h
parent9785082c15360303510059a79b61c88c489548c5 (diff)
cabac: drop unused STRICT_LIMITS code branch
Diffstat (limited to 'libavcodec/cabac.h')
-rw-r--r--libavcodec/cabac.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/libavcodec/cabac.h b/libavcodec/cabac.h
index 126064276a..b3f8f55da3 100644
--- a/libavcodec/cabac.h
+++ b/libavcodec/cabac.h
@@ -41,9 +41,6 @@ typedef struct CABACContext{
int low;
int range;
int outstanding_count;
-#ifdef STRICT_LIMITS
- int symCount;
-#endif
const uint8_t *bytestream_start;
const uint8_t *bytestream;
const uint8_t *bytestream_end;