shithub: libvpx

Download patch

ref: 63e914bde436ae964f4ce4f00d395e58bc9534ac
parent: 3a7c2665d0162fd4b991f0942f0f4d31a2b98e5c
parent: 04092764f772639babf147162d3c5bf66028dd2e
author: James Zern <jzern@google.com>
date: Tue Jul 16 08:16:37 EDT 2013

Merge "VP9_COMMON: remove unused framerate/bitrate"

--- a/vp8/common/onyxc_int.h
+++ b/vp8/common/onyxc_int.h
@@ -164,8 +164,10 @@
 #ifdef PACKET_TESTING
     VP8_HEADER oh;
 #endif
+#if CONFIG_POSTPROC_VISUALIZER
     double bitrate;
     double framerate;
+#endif
 
 #if CONFIG_MULTITHREAD
     int processor_core_count;
--- a/vp9/common/vp9_onyxc_int.h
+++ b/vp9/common/vp9_onyxc_int.h
@@ -248,9 +248,6 @@
   int near_boffset[3];
   int version;
 
-  double bitrate;
-  double framerate;
-
 #if CONFIG_POSTPROC
   struct postproc_state  postproc_state;
 #endif