summaryrefslogtreecommitdiff
path: root/vp8/encoder/onyx_int.h
diff options
context:
space:
mode:
authorPaul Wilkins <paulwilkins@google.com>2012-10-29 05:42:58 -0700
committerGerrit Code Review <gerrit@gerrit.golo.chromium.org>2012-10-29 05:42:58 -0700
commitf9d9b2b7f65ef81c72d2f4ab4685cac1b545f8e3 (patch)
tree2e602bd39022af74a5172ffa09235c3af7ebef3f /vp8/encoder/onyx_int.h
parent23f038a13fbc3f61bd3a4b67f180862bc16e145f (diff)
parent1838d87771b8797d601eb57c526e7b95ad39bc41 (diff)
downloadlibvpx-f9d9b2b7f65ef81c72d2f4ab4685cac1b545f8e3.tar
libvpx-f9d9b2b7f65ef81c72d2f4ab4685cac1b545f8e3.tar.gz
libvpx-f9d9b2b7f65ef81c72d2f4ab4685cac1b545f8e3.tar.bz2
libvpx-f9d9b2b7f65ef81c72d2f4ab4685cac1b545f8e3.zip
Merge "invoke macro removal encodemb" into experimental
Diffstat (limited to 'vp8/encoder/onyx_int.h')
-rw-r--r--vp8/encoder/onyx_int.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/vp8/encoder/onyx_int.h b/vp8/encoder/onyx_int.h
index e78339c42..fbf18443b 100644
--- a/vp8/encoder/onyx_int.h
+++ b/vp8/encoder/onyx_int.h
@@ -351,7 +351,6 @@ typedef struct {
typedef struct VP8_ENCODER_RTCD {
VP8_COMMON_RTCD *common;
vp8_fdct_rtcd_vtable_t fdct;
- vp8_encodemb_rtcd_vtable_t encodemb;
vp8_search_rtcd_vtable_t search;
vp8_temporal_rtcd_vtable_t temporal;
} VP8_ENCODER_RTCD;