Removing mi_stream.

Change-Id: If674140e30c223c88894b983fd22a583efb99dcf
This commit is contained in:
Dmitry Kovalev
2014-03-19 10:47:32 -07:00
parent 39f95de83d
commit 8ccfcb765f
4 changed files with 4 additions and 28 deletions

View File

@@ -189,7 +189,6 @@ void vp9_remove_decompressor(VP9D_COMP *pbi) {
vp9_loop_filter_dealloc(lf_sync, sb_rows);
}
vpx_free(pbi->common.mi_streams);
vpx_free(pbi->above_context[0]);
vpx_free(pbi->above_seg_context);
vpx_free(pbi);