diff options
author | Diego Biurrun <diego@biurrun.de> | 2011-12-27 12:25:18 +0100 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2012-01-04 01:09:53 +0100 |
commit | e451c26c5f0bff9ced74ff6dfa3fce111fed1dbb (patch) | |
tree | e8942afdcb5147798fea3a72c6a389def97b2a00 /libavcodec/cabac.h | |
parent | 9785082c15360303510059a79b61c88c489548c5 (diff) | |
download | ffmpeg-e451c26c5f0bff9ced74ff6dfa3fce111fed1dbb.tar.gz |
cabac: drop unused STRICT_LIMITS code branch
Diffstat (limited to 'libavcodec/cabac.h')
-rw-r--r-- | libavcodec/cabac.h | 3 |
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; |