shithub: libvpx

Download patch

ref: acb219be25ef3cdd5f07c8a63388f76980f271e6
parent: 0c5a140a027261411d3546c90da1d80439213690
author: James Zern <[email protected]>
date: Fri Apr 3 12:36:14 EDT 2015

vp8_decode_frame: remove dead increment

Change-Id: Ie9a6fac02796d24e6f4a15416d0b4c19010547df

--- a/vp8/decoder/decodeframe.c
+++ b/vp8/decoder/decodeframe.c
@@ -1069,7 +1069,6 @@
                 pc->vert_scale = clear[6] >> 6;
             }
             data += 7;
-            clear += 7;
         }
         else
         {