]> granicus.if.org Git - libvpx/commit
Disable error concealment until first key frame is decoded
authorStefan Holmer <holmer@google.com>
Mon, 8 Aug 2011 08:56:20 +0000 (10:56 +0200)
committerJohn Koleszar <jkoleszar@google.com>
Fri, 12 Aug 2011 18:49:34 +0000 (14:49 -0400)
commita609be5633144e2538752c698da34c1bde90820f
tree7e5228896ea9e7e2155a36afab84b6f9651bcd1c
parentcdae03a4eb9690df77b5926a7835b2d355c62a13
Disable error concealment until first key frame is decoded

When error concealment is enabled the first key frame must
be successfully received before error concealment is activated.
Error concealment will be activated when the delta following
delta frame is received.

Also fixed a couple of bugs related to error tracking in
multi-threading. And avoiding decoding corrupt residual
when we have multiple non-resilient partitions.

Change-Id: I45c4bb296e2f05f57624aef500a874faf431a60d
vp8/decoder/decodframe.c
vp8/decoder/onyxd_if.c
vp8/decoder/onyxd_int.h
vp8/decoder/threading.c