Merge "Reusing {above, left}_seg_context vars in both encoder and decoder."

This commit is contained in:
Dmitry Kovalev
2014-03-21 12:02:42 -07:00
committed by Gerrit Code Review
9 changed files with 80 additions and 66 deletions

View File

@@ -190,7 +190,7 @@ void vp9_remove_decompressor(VP9D_COMP *pbi) {
}
vpx_free(pbi->above_context[0]);
vpx_free(pbi->above_seg_context);
vpx_free(pbi->common.above_seg_context);
vpx_free(pbi);
}