summaryrefslogtreecommitdiff
path: root/vp9
diff options
context:
space:
mode:
authorWan-Teh Chang <wtc@google.com>2019-07-18 14:37:32 -0700
committerWan-Teh Chang <wtc@google.com>2019-07-18 14:37:32 -0700
commit546c273f1ac139a5e30a790396ed28073b3e3bff (patch)
treecb25ef6685d45aa982a5e0ae7019a5848e077509 /vp9
parent548974b293aafd6b49d9fd8d6653914a284eb929 (diff)
downloadlibvpx-546c273f1ac139a5e30a790396ed28073b3e3bff.tar
libvpx-546c273f1ac139a5e30a790396ed28073b3e3bff.tar.gz
libvpx-546c273f1ac139a5e30a790396ed28073b3e3bff.tar.bz2
libvpx-546c273f1ac139a5e30a790396ed28073b3e3bff.zip
Remove unused fb_cb related fields from VP9_COMMON
Remove the cb_priv, get_fb_cb, release_fb_cb, and int_frame_buffers fields from the VP9_COMMON struct. They are not being used. Change-Id: I235194aa8b315cd8ec9405bbba5feb3bee69f7e0
Diffstat (limited to 'vp9')
-rw-r--r--vp9/common/vp9_onyxc_int.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/vp9/common/vp9_onyxc_int.h b/vp9/common/vp9_onyxc_int.h
index 662b8ef5e..94c9b3f26 100644
--- a/vp9/common/vp9_onyxc_int.h
+++ b/vp9/common/vp9_onyxc_int.h
@@ -244,14 +244,6 @@ typedef struct VP9Common {
int byte_alignment;
int skip_loop_filter;
- // Private data associated with the frame buffer callbacks.
- void *cb_priv;
- vpx_get_frame_buffer_cb_fn_t get_fb_cb;
- vpx_release_frame_buffer_cb_fn_t release_fb_cb;
-
- // Handles memory for the codec.
- InternalFrameBufferList int_frame_buffers;
-
// External BufferPool passed from outside.
BufferPool *buffer_pool;