From: James Zern Date: Sat, 13 Jul 2013 00:08:39 +0000 (-0700) Subject: VP9_COMMON: remove unused framerate/bitrate X-Git-Tag: v1.3.0~851^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=04092764f772639babf147162d3c5bf66028dd2e;p=libvpx VP9_COMMON: remove unused framerate/bitrate + VP8_COMMON: place them under CONFIG_POSTPROC_VISUALIZER Change-Id: I2702d5a3e1134b9c5f7ddc14b4173955a400f2cf --- diff --git a/vp8/common/onyxc_int.h b/vp8/common/onyxc_int.h index 276dd72ea..2b8ab8c22 100644 --- a/vp8/common/onyxc_int.h +++ b/vp8/common/onyxc_int.h @@ -165,8 +165,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; 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