]> granicus.if.org Git - libvpx/commitdiff
vp8: Fix to enabling MFQE
authorMarco Paniconi <marpan@google.com>
Wed, 12 Dec 2018 05:57:57 +0000 (21:57 -0800)
committerMarco Paniconi <marpan@google.com>
Wed, 12 Dec 2018 06:03:50 +0000 (22:03 -0800)
Remove the unused *_DEBUG_* enum values in vpx/vp8.h

This fixes issue with enabling MFQE, which was
caused in 4807f15, where the unused DEBUG flags
were removed from common/ppflags.h but not in vp8.h.

BUG=913246

Change-Id: I47f114ef20adc084cb4883add5ac3ebf58ae9f1d

vpx/vp8.h

index 442163cc4feb45f781e6647c099d715b8cfaab6c..84b9c8c9bbbad5bfc47c612cbe9fa6404f25d4c7 100644 (file)
--- a/vpx/vp8.h
+++ b/vpx/vp8.h
@@ -70,12 +70,7 @@ enum vp8_postproc_level {
   VP8_DEBLOCK = 1 << 0,
   VP8_DEMACROBLOCK = 1 << 1,
   VP8_ADDNOISE = 1 << 2,
-  VP8_DEBUG_TXT_FRAME_INFO = 1 << 3, /**< print frame information */
-  VP8_DEBUG_TXT_MBLK_MODES =
-      1 << 4, /**< print macro block modes over each macro block */
-  VP8_DEBUG_TXT_DC_DIFF = 1 << 5,   /**< print dc diff for each macro block */
-  VP8_DEBUG_TXT_RATE_INFO = 1 << 6, /**< print video rate info (encoder only) */
-  VP8_MFQE = 1 << 10
+  VP8_MFQE = 1 << 3
 };
 
 /*!\brief post process flags