summaryrefslogtreecommitdiffstats
path: root/libvpx/vp9/common/vp9_ppflags.h
diff options
context:
space:
mode:
Diffstat (limited to 'libvpx/vp9/common/vp9_ppflags.h')
-rw-r--r--libvpx/vp9/common/vp9_ppflags.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/libvpx/vp9/common/vp9_ppflags.h b/libvpx/vp9/common/vp9_ppflags.h
index 8168935..e8b04d2 100644
--- a/libvpx/vp9/common/vp9_ppflags.h
+++ b/libvpx/vp9/common/vp9_ppflags.h
@@ -33,10 +33,12 @@ typedef struct {
int post_proc_flag;
int deblocking_level;
int noise_level;
+#if CONFIG_POSTPROC_VISUALIZER
int display_ref_frame_flag;
int display_mb_modes_flag;
int display_b_modes_flag;
int display_mv_flag;
+#endif // CONFIG_POSTPROC_VISUALIZER
} vp9_ppflags_t;
#ifdef __cplusplus