fix many compile warnings

This commit is contained in:
niels
2014-12-21 17:05:25 +01:00
parent 9b4391bc79
commit c31f40fcdf
60 changed files with 110 additions and 474 deletions

View File

@@ -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;