mirror of
				https://github.com/nyanmisaka/ffmpeg-rockchip.git
				synced 2025-10-31 04:26:37 +08:00 
			
		
		
		
	Improve error handling
Commited in SoC by Vitor Sessak on 2008-04-12 14:32:13 Originally committed as revision 13316 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
		| @@ -268,7 +268,9 @@ static int parse_inouts(const char **buf, AVFilterInOut **inout, int pad, | ||||
|         if(!name) | ||||
|             return -1; | ||||
|  | ||||
|         handle_link(name, inout, pad++, type, filter); | ||||
|         if(handle_link(name, inout, pad++, type, filter) < 0) | ||||
|             return -1; | ||||
|  | ||||
|         consume_whitespace(buf); | ||||
|     } | ||||
|     return pad; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Vitor Sessak
					Vitor Sessak