summaryrefslogtreecommitdiff
path: root/vp8/common
diff options
context:
space:
mode:
authorJames Zern <jzern@google.com>2016-11-08 21:09:16 -0800
committerJames Zern <jzern@google.com>2016-11-08 21:09:16 -0800
commit4807f1584c51ac351341a60f557858eef83a8724 (patch)
treec715101451bb69967b3b3692ae78987f1e4ccced /vp8/common
parent50b40f114c496997e0d0991046ba7f82a67a4d24 (diff)
downloadlibvpx-4807f1584c51ac351341a60f557858eef83a8724.tar
libvpx-4807f1584c51ac351341a60f557858eef83a8724.tar.gz
libvpx-4807f1584c51ac351341a60f557858eef83a8724.tar.bz2
libvpx-4807f1584c51ac351341a60f557858eef83a8724.zip
*ppflags.h: remove unused *_DEBUG_* enum values
usage of the vp8 versions was removed in: 3f72509 vp8: remove VP8_SET_DBG* control support vp9 had the usage stripped even earlier. Change-Id: I978142eb6492552cd29c9c6feb1e89acfc5f7b84
Diffstat (limited to 'vp8/common')
-rw-r--r--vp8/common/ppflags.h9
1 files changed, 1 insertions, 8 deletions
diff --git a/vp8/common/ppflags.h b/vp8/common/ppflags.h
index 713f5dffe..96e3af6c9 100644
--- a/vp8/common/ppflags.h
+++ b/vp8/common/ppflags.h
@@ -19,14 +19,7 @@ enum {
VP8D_DEBLOCK = 1 << 0,
VP8D_DEMACROBLOCK = 1 << 1,
VP8D_ADDNOISE = 1 << 2,
- VP8D_DEBUG_TXT_FRAME_INFO = 1 << 3,
- VP8D_DEBUG_TXT_MBLK_MODES = 1 << 4,
- VP8D_DEBUG_TXT_DC_DIFF = 1 << 5,
- VP8D_DEBUG_TXT_RATE_INFO = 1 << 6,
- VP8D_DEBUG_DRAW_MV = 1 << 7,
- VP8D_DEBUG_CLR_BLK_MODES = 1 << 8,
- VP8D_DEBUG_CLR_FRM_REF_BLKS = 1 << 9,
- VP8D_MFQE = 1 << 10
+ VP8D_MFQE = 1 << 3
};
typedef struct {