summaryrefslogtreecommitdiff
path: root/vp8/common/onyxd.h
diff options
context:
space:
mode:
Diffstat (limited to 'vp8/common/onyxd.h')
-rw-r--r--vp8/common/onyxd.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/vp8/common/onyxd.h b/vp8/common/onyxd.h
index c67910e09..97c81c130 100644
--- a/vp8/common/onyxd.h
+++ b/vp8/common/onyxd.h
@@ -55,10 +55,6 @@ extern "C"
vpx_codec_err_t vp8dx_get_reference(struct VP8D_COMP* comp, enum vpx_ref_frame_type ref_frame_flag, YV12_BUFFER_CONFIG *sd);
vpx_codec_err_t vp8dx_set_reference(struct VP8D_COMP* comp, enum vpx_ref_frame_type ref_frame_flag, YV12_BUFFER_CONFIG *sd);
- struct VP8D_COMP* vp8dx_create_decompressor(VP8D_CONFIG *oxcf);
-
- void vp8dx_remove_decompressor(struct VP8D_COMP* comp);
-
#ifdef __cplusplus
}
#endif