mirror of
				https://github.com/nyanmisaka/ffmpeg-rockchip.git
				synced 2025-10-31 20:42:49 +08:00 
			
		
		
		
	Remove useless initializations.
Originally committed as revision 15477 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
		| @@ -110,13 +110,6 @@ static av_cold int iv_alloc_frames(Indeo3DecodeContext *s) | ||||
|  | ||||
|   luma_width   = (s->width  + 3) & (~3); | ||||
|   luma_height  = (s->height + 3) & (~3); | ||||
|  | ||||
|   s->iv_frame[0].y_w = s->iv_frame[0].y_h = | ||||
|     s->iv_frame[0].the_buf_size = 0; | ||||
|   s->iv_frame[1].y_w = s->iv_frame[1].y_h = | ||||
|     s->iv_frame[1].the_buf_size = 0; | ||||
|   s->iv_frame[1].the_buf = NULL; | ||||
|  | ||||
|   chroma_width  = ((luma_width >> 2) + 3) & (~3); | ||||
|   chroma_height = ((luma_height>> 2) + 3) & (~3); | ||||
|   luma_pixels = luma_width * luma_height; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Benoit Fouet
					Benoit Fouet