summaryrefslogtreecommitdiff
path: root/vp8
diff options
context:
space:
mode:
authorJames Zern <jzern@google.com>2013-07-16 12:16:37 -0700
committerGerrit Code Review <gerrit@gerrit.golo.chromium.org>2013-07-16 12:16:37 -0700
commit63e914bde436ae964f4ce4f00d395e58bc9534ac (patch)
tree30586b826c1719aca2fe705b4707e2cdc5fbc9f0 /vp8
parent3a7c2665d0162fd4b991f0942f0f4d31a2b98e5c (diff)
parent04092764f772639babf147162d3c5bf66028dd2e (diff)
downloadlibvpx-63e914bde436ae964f4ce4f00d395e58bc9534ac.tar
libvpx-63e914bde436ae964f4ce4f00d395e58bc9534ac.tar.gz
libvpx-63e914bde436ae964f4ce4f00d395e58bc9534ac.tar.bz2
libvpx-63e914bde436ae964f4ce4f00d395e58bc9534ac.zip
Merge "VP9_COMMON: remove unused framerate/bitrate"
Diffstat (limited to 'vp8')
-rw-r--r--vp8/common/onyxc_int.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/vp8/common/onyxc_int.h b/vp8/common/onyxc_int.h
index 45e77cb01..2f8bd689e 100644
--- a/vp8/common/onyxc_int.h
+++ b/vp8/common/onyxc_int.h
@@ -164,8 +164,10 @@ typedef struct VP8Common
#ifdef PACKET_TESTING
VP8_HEADER oh;
#endif
+#if CONFIG_POSTPROC_VISUALIZER
double bitrate;
double framerate;
+#endif
#if CONFIG_MULTITHREAD
int processor_core_count;