Remove unnecessary init_macroblockd.
macroblockd are init again inside decode_tiles and decode_tiles_mt. Change-Id: I1f42837864f095c319cdb24cec7d6aa6a3a4da50
This commit is contained in:
		@@ -1546,8 +1546,6 @@ void vp9_decode_frame(VP9Decoder *pbi,
 | 
			
		||||
    vpx_internal_error(&cm->error, VPX_CODEC_CORRUPT_FRAME,
 | 
			
		||||
                       "Truncated packet or corrupt header length");
 | 
			
		||||
 | 
			
		||||
  init_macroblockd(cm, &pbi->mb);
 | 
			
		||||
 | 
			
		||||
  cm->use_prev_frame_mvs = !cm->error_resilient_mode &&
 | 
			
		||||
                           cm->width == cm->last_width &&
 | 
			
		||||
                           cm->height == cm->last_height &&
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user