mirror of
				https://github.com/nyanmisaka/mpp.git
				synced 2025-10-31 04:26:39 +08:00 
			
		
		
		
	[h264e_vepu541]: Fix clerical error
Signed-off-by: Herman Chen <herman.chen@rock-chips.com> Change-Id: I9e1f9366e0a1a1a7602ae4e49b7e5822fee7db31
This commit is contained in:
		| @@ -230,7 +230,7 @@ static MPP_RET hal_h264e_vepu541_get_task(void *hal, HalEncTask *task) | |||||||
|         RK_S32 pixel_buf_fbc_hdr_size = MPP_ALIGN(aligned_w * aligned_h / 64, SZ_8K); |         RK_S32 pixel_buf_fbc_hdr_size = MPP_ALIGN(aligned_w * aligned_h / 64, SZ_8K); | ||||||
|         RK_S32 pixel_buf_fbc_bdy_size = aligned_w * aligned_h * 2; |         RK_S32 pixel_buf_fbc_bdy_size = aligned_w * aligned_h * 2; | ||||||
|         RK_S32 pixel_buf_size = pixel_buf_fbc_hdr_size + pixel_buf_fbc_bdy_size; |         RK_S32 pixel_buf_size = pixel_buf_fbc_hdr_size + pixel_buf_fbc_bdy_size; | ||||||
|         RK_S32 thumb_buf_size = MPP_ALIGN(aligned_w / 64 * aligned_w / 64 * 256, SZ_8K); |         RK_S32 thumb_buf_size = MPP_ALIGN(aligned_w / 64 * aligned_h / 64 * 256, SZ_8K); | ||||||
|  |  | ||||||
|         if ((ctx->pixel_buf_fbc_hdr_size != pixel_buf_fbc_hdr_size) || |         if ((ctx->pixel_buf_fbc_hdr_size != pixel_buf_fbc_hdr_size) || | ||||||
|             (ctx->pixel_buf_fbc_bdy_size != pixel_buf_fbc_bdy_size) || |             (ctx->pixel_buf_fbc_bdy_size != pixel_buf_fbc_bdy_size) || | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Herman Chen
					Herman Chen