mirror of
https://github.com/game-stop/veejay.git
synced 2025-12-17 13:20:01 +01:00
fix many compile warnings
This commit is contained in:
@@ -78,7 +78,6 @@ int packet_get_data(packet_header_t *h, const void *data, uint8_t *plane )
|
||||
|
||||
int packet_get_info(frame_info_t *i, const void *data )
|
||||
{
|
||||
size_t len = sizeof(packet_header_t);
|
||||
veejay_memcpy(i, data + sizeof(packet_header_t), sizeof(frame_info_t));
|
||||
return 1;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user