Skip to content
Snippets Groups Projects
Commit f3ba4c6b authored by John Koleszar's avatar John Koleszar Committed by Code Review
Browse files

Merge "bug fix mode_info_context not initialized for error-resilient"

parents 361717d2 45feea4c
No related branches found
No related tags found
No related merge requests found
...@@ -696,6 +696,8 @@ void vp8_encode_frame(VP8_COMP *cpi) ...@@ -696,6 +696,8 @@ void vp8_encode_frame(VP8_COMP *cpi)
cpi->last_mb_distortion = 0; cpi->last_mb_distortion = 0;
#endif #endif
xd->mode_info_context = cm->mi;
vp8_zero(cpi->MVcount); vp8_zero(cpi->MVcount);
vp8_zero(cpi->coef_counts); vp8_zero(cpi->coef_counts);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment