ref: 763f8318de2cee41d748539cee5810fc0efcad68
parent: e9d2f44d12ad22db83ceb09e57c4c6940acbc8f4
author: Marco Paniconi <marpan@google.com>
date: Tue Dec 11 16:57:57 EST 2018
vp8: Fix to enabling MFQE 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
--- a/vpx/vp8.h
+++ b/vpx/vp8.h
@@ -70,12 +70,7 @@
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