summaryrefslogtreecommitdiff
path: root/vp8
diff options
context:
space:
mode:
authorFrank Galligan <fgalligan@google.com>2014-01-24 11:31:23 -0800
committerGerrit Code Review <gerrit@gerrit.golo.chromium.org>2014-01-24 11:31:23 -0800
commitc6d537155c0eef7de973a09fdc5755e734f02042 (patch)
tree0e958076c33a11321123d4ab453d06507eaaf5b9 /vp8
parent9c0fbd573fcb051bfa2bdcc81b00b7d475cfe131 (diff)
parentb1c72b633ef633a1ee6e83c3556393b6fe9068c4 (diff)
downloadlibvpx-c6d537155c0eef7de973a09fdc5755e734f02042.tar
libvpx-c6d537155c0eef7de973a09fdc5755e734f02042.tar.gz
libvpx-c6d537155c0eef7de973a09fdc5755e734f02042.tar.bz2
libvpx-c6d537155c0eef7de973a09fdc5755e734f02042.zip
Merge "Revert external frame buffer code."
Diffstat (limited to 'vp8')
-rw-r--r--vp8/vp8_dx_iface.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/vp8/vp8_dx_iface.c b/vp8/vp8_dx_iface.c
index 0b4c4cbbf..871b8d385 100644
--- a/vp8/vp8_dx_iface.c
+++ b/vp8/vp8_dx_iface.c
@@ -929,7 +929,6 @@ CODEC_INTERFACE(vpx_codec_vp8_dx) =
vp8_get_si, /* vpx_codec_get_si_fn_t get_si; */
vp8_decode, /* vpx_codec_decode_fn_t decode; */
vp8_get_frame, /* vpx_codec_frame_get_fn_t frame_get; */
- NOT_IMPLEMENTED,
},
{ /* encoder functions */
NOT_IMPLEMENTED,