summaryrefslogtreecommitdiffstats
path: root/libvpx/vp8/decoder/onyxd_if.c
diff options
context:
space:
mode:
Diffstat (limited to 'libvpx/vp8/decoder/onyxd_if.c')
-rw-r--r--libvpx/vp8/decoder/onyxd_if.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/libvpx/vp8/decoder/onyxd_if.c b/libvpx/vp8/decoder/onyxd_if.c
index 9015fcb..b70c1a0 100644
--- a/libvpx/vp8/decoder/onyxd_if.c
+++ b/libvpx/vp8/decoder/onyxd_if.c
@@ -331,7 +331,6 @@ int vp8dx_receive_compressed_data(VP8D_COMP *pbi, size_t size,
if (cm->fb_idx_ref_cnt[cm->new_fb_idx] > 0)
cm->fb_idx_ref_cnt[cm->new_fb_idx]--;
-
goto decode_exit;
}
@@ -487,8 +486,6 @@ int vp8_remove_decoder_instances(struct frame_buffers *fb)
if (!pbi)
return VPX_CODEC_ERROR;
#if CONFIG_MULTITHREAD
- if (pbi->b_multithreaded_rd)
- vp8mt_de_alloc_temp_buffers(pbi, pbi->common.mb_rows);
vp8_decoder_remove_threads(pbi);
#endif