]> granicus.if.org Git - libvpx/commitdiff
VP9_COMMON: remove unused framerate/bitrate
authorJames Zern <jzern@google.com>
Sat, 13 Jul 2013 00:08:39 +0000 (17:08 -0700)
committerJames Zern <jzern@google.com>
Sat, 13 Jul 2013 04:43:23 +0000 (21:43 -0700)
+ VP8_COMMON: place them under CONFIG_POSTPROC_VISUALIZER

Change-Id: I2702d5a3e1134b9c5f7ddc14b4173955a400f2cf

vp8/common/onyxc_int.h
vp9/common/vp9_onyxc_int.h

index 276dd72ead07721a2dc8652a6d7078f7986258e3..2b8ab8c22472d5d08e66e843d5e367c162f4e5b2 100644 (file)
@@ -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;
index 46fcb2f2c47442be40fa20fc6580881cabc35601..ca8b86e8b255d2ca4efe9401cfb15d89f41e8ac0 100644 (file)
@@ -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