Skip to content
Snippets Groups Projects
Commit 04092764 authored by James Zern's avatar James Zern
Browse files

VP9_COMMON: remove unused framerate/bitrate

+ VP8_COMMON: place them under CONFIG_POSTPROC_VISUALIZER

Change-Id: I2702d5a3e1134b9c5f7ddc14b4173955a400f2cf
parent cdea4a7c
No related branches found
No related tags found
No related merge requests found
......@@ -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;
......
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment