summaryrefslogtreecommitdiff
path: root/vp8/decoder/onyxd_if.c
diff options
context:
space:
mode:
authorPaul Wilkins <paulwilkins@google.com>2012-02-28 17:15:31 +0000
committerPaul Wilkins <paulwilkins@google.com>2012-02-28 17:59:21 +0000
commit25c127f5f006f9f3ae2df10819ee4499ee763155 (patch)
tree57cb59bfaa867f3cc587b97949a64b8049764995 /vp8/decoder/onyxd_if.c
parentb6f02c85926b928f29b428e620b1c1ec70dd9d42 (diff)
downloadlibvpx-25c127f5f006f9f3ae2df10819ee4499ee763155.tar
libvpx-25c127f5f006f9f3ae2df10819ee4499ee763155.tar.gz
libvpx-25c127f5f006f9f3ae2df10819ee4499ee763155.tar.bz2
libvpx-25c127f5f006f9f3ae2df10819ee4499ee763155.zip
Experimental branch code clean up.
Removal of some further code relating to partitions and error resilience. Spelling correction. Change-Id: I36067aae67a4a23bec359541dda3400b0bbf26d0
Diffstat (limited to 'vp8/decoder/onyxd_if.c')
-rw-r--r--vp8/decoder/onyxd_if.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/vp8/decoder/onyxd_if.c b/vp8/decoder/onyxd_if.c
index 319729e3b..96649b9e6 100644
--- a/vp8/decoder/onyxd_if.c
+++ b/vp8/decoder/onyxd_if.c
@@ -161,13 +161,6 @@ VP8D_PTR vp8dx_create_decompressor(VP8D_CONFIG *oxcf)
pbi->decoded_key_frame = 0;
-
- /* Independent partitions is activated when a frame updates the
- * token probability table to have equal probabilities over the
- * PREV_COEF context.
- */
- pbi->independent_partitions = 0;
-
return (VP8D_PTR) pbi;
}