shithub: libvpx

Download patch

ref: 46a20d67cbb9f5ba3e205f5991250931e988eb27
parent: 4fffefe189a9123d4b04482c26a1be5eb632b397
author: Dmitry Kovalev <dkovalev@google.com>
date: Wed Apr 9 12:17:48 EDT 2014

Removing unused initial_{width, height} from VP9Decoder.

Change-Id: I039474b34863bc3db9c6cda82485c32826a1b5d1

--- 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;
 
--