summaryrefslogtreecommitdiff
path: root/vp8/common/onyx.h
diff options
context:
space:
mode:
authorPaul Wilkins <paulwilkins@google.com>2012-02-26 01:15:47 +0000
committerPaul Wilkins <paulwilkins@google.com>2012-02-26 01:15:47 +0000
commit646e62211ead802e9898b2fdaa50c5a08769c8a7 (patch)
tree2d9a6ca47a6e5ae2edfa6a26832a1ce8cfc89b33 /vp8/common/onyx.h
parent80b873e3184cf241b5f05066ccab349a6a577ae4 (diff)
downloadlibvpx-646e62211ead802e9898b2fdaa50c5a08769c8a7.tar
libvpx-646e62211ead802e9898b2fdaa50c5a08769c8a7.tar.gz
libvpx-646e62211ead802e9898b2fdaa50c5a08769c8a7.tar.bz2
libvpx-646e62211ead802e9898b2fdaa50c5a08769c8a7.zip
Code Cleanup.
Removal of error_resilient_mode features. The interface has been left in place but does nothing. Change-Id: I2407863bd0d3c98407354507423ca48d29f63b17
Diffstat (limited to 'vp8/common/onyx.h')
-rw-r--r--vp8/common/onyx.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/vp8/common/onyx.h b/vp8/common/onyx.h
index 97f71080f..53a3d23cc 100644
--- a/vp8/common/onyx.h
+++ b/vp8/common/onyx.h
@@ -170,12 +170,6 @@ extern "C"
int token_partitions; // how many token partitions to create for multi core decoding
int encode_breakout; // early breakout encode threshold : for video conf recommend 800
- unsigned int error_resilient_mode; // Bitfield defining the error
- // resiliency features to enable. Can provide
- // decodable frames after losses in previous
- // frames and decodable partitions after
- // losses in the same frame.
-
int arnr_max_frames;
int arnr_strength ;
int arnr_type ;