shithub: libvpx

Download patch

ref: c5e91080187c16e6fe0b6634f663d757ad9c6532
parent: 83b285e546fcf25433df395d71acc8ef9b7dce7d
author: Jingning Han <jingning@google.com>
date: Tue Oct 8 11:03:14 EDT 2013

Remove extra line in decode_coefs

Change-Id: Id1fde9920d60c6991a8ef6de5103ae3e578312ed

--- a/vp9/decoder/vp9_detokenize.c
+++ b/vp9/decoder/vp9_detokenize.c
@@ -203,7 +203,6 @@
   if (c < seg_eob)
     coef_counts[type][ref][band][pt][DCT_EOB_MODEL_TOKEN]++;
 
-
   return c;
 }