summaryrefslogtreecommitdiff
path: root/vp9/common
diff options
context:
space:
mode:
authorJames Zern <jzern@google.com>2013-07-12 17:08:39 -0700
committerJames Zern <jzern@google.com>2013-07-12 21:43:23 -0700
commit04092764f772639babf147162d3c5bf66028dd2e (patch)
treec18049025e5397724be152251d3c71ecae48fbee /vp9/common
parentcdea4a7c6646b572274f84cf0791012966edca89 (diff)
downloadlibvpx-04092764f772639babf147162d3c5bf66028dd2e.tar
libvpx-04092764f772639babf147162d3c5bf66028dd2e.tar.gz
libvpx-04092764f772639babf147162d3c5bf66028dd2e.tar.bz2
libvpx-04092764f772639babf147162d3c5bf66028dd2e.zip
VP9_COMMON: remove unused framerate/bitrate
+ VP8_COMMON: place them under CONFIG_POSTPROC_VISUALIZER Change-Id: I2702d5a3e1134b9c5f7ddc14b4173955a400f2cf
Diffstat (limited to 'vp9/common')
-rw-r--r--vp9/common/vp9_onyxc_int.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/vp9/common/vp9_onyxc_int.h b/vp9/common/vp9_onyxc_int.h
index 46fcb2f2c..ca8b86e8b 100644
--- a/vp9/common/vp9_onyxc_int.h
+++ b/vp9/common/vp9_onyxc_int.h
@@ -255,9 +255,6 @@ typedef struct VP9Common {
int near_boffset[3];
int version;
- double bitrate;
- double framerate;
-
#if CONFIG_POSTPROC
struct postproc_state postproc_state;
#endif