Merge "Remove unnecessary init_macroblockd."
This commit is contained in:
commit
9130e7ad2e
@ -1546,8 +1546,6 @@ void vp9_decode_frame(VP9Decoder *pbi,
|
|||||||
vpx_internal_error(&cm->error, VPX_CODEC_CORRUPT_FRAME,
|
vpx_internal_error(&cm->error, VPX_CODEC_CORRUPT_FRAME,
|
||||||
"Truncated packet or corrupt header length");
|
"Truncated packet or corrupt header length");
|
||||||
|
|
||||||
init_macroblockd(cm, &pbi->mb);
|
|
||||||
|
|
||||||
cm->use_prev_frame_mvs = !cm->error_resilient_mode &&
|
cm->use_prev_frame_mvs = !cm->error_resilient_mode &&
|
||||||
cm->width == cm->last_width &&
|
cm->width == cm->last_width &&
|
||||||
cm->height == cm->last_height &&
|
cm->height == cm->last_height &&
|
||||||
|
Loading…
x
Reference in New Issue
Block a user