You've already forked FFmpeg
							
							
				mirror of
				https://github.com/FFmpeg/FFmpeg.git
				synced 2025-10-30 23:18:11 +02:00 
			
		
		
		
	rtmpproto: Fix assignments in if()
Signed-off-by: Martin Storsjö <martin@martin.st>
This commit is contained in:
		
				
					committed by
					
						 Martin Storsjö
						Martin Storsjö
					
				
			
			
				
	
			
			
			
						parent
						
							d641ee94b5
						
					
				
				
					commit
					6dc8505417
				
			| @@ -1992,7 +1992,7 @@ static int handle_invoke(URLContext *s, RTMPPacket *pkt) | ||||
|                !memcmp(pkt->data, "\002\000\007publish", 10)       || | ||||
|                !memcmp(pkt->data, "\002\000\010_checkbw", 11)      || | ||||
|                !memcmp(pkt->data, "\002\000\014createStream", 15)) { | ||||
|         if (ret = send_invoke_response(s, pkt) < 0) | ||||
|         if ((ret = send_invoke_response(s, pkt)) < 0) | ||||
|             return ret; | ||||
|     } | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user