shithub: libvpx

Download patch

ref: 59fd74229ecd8064854f1be20c537e80d2844fb9
parent: 6d291b700ed1edc7c35e609d4cf2b1859246a1f3
parent: 46a20d67cbb9f5ba3e205f5991250931e988eb27
author: Dmitry Kovalev <dkovalev@google.com>
date: Fri Apr 11 06:23:35 EDT 2014

Merge "Removing unused initial_{width, height} from VP9Decoder."

--- a/vp9/decoder/vp9_decoder.h
+++ b/vp9/decoder/vp9_decoder.h
@@ -49,9 +49,6 @@
 
   int decoded_key_frame;
 
-  int initial_width;
-  int initial_height;
-
   int do_loopfilter_inline;  // apply loopfilter to available rows immediately
   VP9Worker lf_worker;
 
--