1
0
Fork 0
mirror of https://github.com/albfan/miraclecast.git synced 2025-03-09 23:38:56 +00:00

integrate miracle-sender with miracast-srcctl

This commit is contained in:
Derek Dai 2016-10-21 10:17:11 +08:00
parent 8a935e1893
commit 047775303b
No known key found for this signature in database
GPG key ID: E109CC97553EF009
6 changed files with 370 additions and 182 deletions

View file

@ -1,6 +1,4 @@
/*
* vim: set tabstop=4:softtabstop=4:shiftwidth=4:noexpandtab
*
* MiracleCast - Wifi-Display/Miracast Implementation
*
* MiracleCast is free software; you can redistribute it and/or modify it
@ -82,8 +80,6 @@ struct ctl_src {
char *local;
char *session;
char url[256];
// char *uibc_config;
// char *uibc_setting;
struct sockaddr_storage addr;
size_t addr_size;
int fd;