shithub: libvpx

Download patch

ref: 5b6396357331404f624e5d0dc69835f254b621cb
parent: 7f814c6bf87daf20f7ffa8a349df0e5c6cc2963f
parent: 5a1a269f67931854f5dd1d0a23b875acd290583d
author: Adrian Grange <[email protected]>
date: Wed Aug 21 03:17:43 EDT 2013

Merge "Further correct bug in loopfilter initialization"

--- a/vp9/common/vp9_loopfilter.c
+++ b/vp9/common/vp9_loopfilter.c
@@ -108,7 +108,7 @@
     if (!lf->mode_ref_delta_enabled) {
       // we could get rid of this if we assume that deltas are set to
       // zero when not in use; encoder always uses deltas
-      vpx_memset(lfi->lvl[seg_id][0], lvl_seg, sizeof(lfi->lvl[seg_id][0]));
+      vpx_memset(lfi->lvl[seg_id], lvl_seg, sizeof(lfi->lvl[seg_id]));
       continue;
     }