mirror of
https://github.com/game-stop/veejay.git
synced 2025-12-24 00:30:01 +01:00
fix many compile warnings
This commit is contained in:
@@ -167,7 +167,6 @@ int mcast_send_frame( mcast_sender *v, const VJFrame *frame,
|
||||
{
|
||||
int n_chunks = total_len / CHUNK_SIZE;
|
||||
int i;
|
||||
int tb = 0;
|
||||
packet_header_t header = packet_construct_header( 1 );
|
||||
frame_info_t info;
|
||||
info.fmt = frame->format;
|
||||
|
||||
Reference in New Issue
Block a user