summaryrefslogtreecommitdiff
path: root/vp9/vp9_dx_iface.c
diff options
context:
space:
mode:
authorDmitry Kovalev <dkovalev@google.com>2014-02-27 19:08:10 -0800
committerDmitry Kovalev <dkovalev@google.com>2014-02-27 19:08:10 -0800
commitaf62e096842b19f97698c95b6b1a6a399d058e38 (patch)
tree0bf4f932f16f44e47990a503d39a7b628cbcd109 /vp9/vp9_dx_iface.c
parente4e25ac965210fa1e49490d560e51381f1751555 (diff)
downloadlibvpx-af62e096842b19f97698c95b6b1a6a399d058e38.tar
libvpx-af62e096842b19f97698c95b6b1a6a399d058e38.tar.gz
libvpx-af62e096842b19f97698c95b6b1a6a399d058e38.tar.bz2
libvpx-af62e096842b19f97698c95b6b1a6a399d058e38.zip
Removing VP9D_PTR.
Change-Id: I17276e25db4592ffeff0961dd9eeaabe4bde110c
Diffstat (limited to 'vp9/vp9_dx_iface.c')
-rw-r--r--vp9/vp9_dx_iface.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/vp9/vp9_dx_iface.c b/vp9/vp9_dx_iface.c
index b85e17237..83d64b8c0 100644
--- a/vp9/vp9_dx_iface.c
+++ b/vp9/vp9_dx_iface.c
@@ -46,7 +46,7 @@ struct vpx_codec_alg_priv {
vp9_stream_info_t si;
int defer_alloc;
int decoder_init;
- VP9D_PTR pbi;
+ struct VP9Decompressor *pbi;
int postproc_cfg_set;
vp8_postproc_cfg_t postproc_cfg;
#if CONFIG_POSTPROC_VISUALIZER
@@ -274,7 +274,7 @@ static vpx_codec_err_t decode_one(vpx_codec_alg_priv_t *ctx,
if (!res) {
VP9D_CONFIG oxcf;
- VP9D_PTR optr;
+ struct VP9Decompressor *optr;
vp9_initialize_dec();