mirror of
				https://gitlab.freedesktop.org/pipewire/pipewire.git
				synced 2025-11-03 09:01:54 -05:00 
			
		
		
		
	fix compilation warning
This commit is contained in:
		
							parent
							
								
									18590b7e0e
								
							
						
					
					
						commit
						01934297bd
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -303,7 +303,7 @@ static void reset_buffers(struct port *port)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
static void decode_sbc_data(struct impl *this, uint8_t *src, size_t src_size)
 | 
					static void decode_sbc_data(struct impl *this, uint8_t *src, size_t src_size)
 | 
				
			||||||
{
 | 
					{
 | 
				
			||||||
	const ssize_t header_size = sizeof(struct rtp_header) + sizeof(struct rtp_payload);
 | 
						const size_t header_size = sizeof(struct rtp_header) + sizeof(struct rtp_payload);
 | 
				
			||||||
	struct port *port = &this->port;
 | 
						struct port *port = &this->port;
 | 
				
			||||||
	struct spa_io_buffers *io = port->io;
 | 
						struct spa_io_buffers *io = port->io;
 | 
				
			||||||
	int32_t io_done_status = io->status;
 | 
						int32_t io_done_status = io->status;
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue