mirror of
https://github.com/pikvm/ustreamer.git
synced 2026-07-17 17:21:55 +00:00
removed stride from memsink_wants
This commit is contained in:
@@ -27,14 +27,13 @@
|
|||||||
|
|
||||||
|
|
||||||
#define US_MEMSINK_MAGIC ((u64)0xCAFEBABECAFEBABE)
|
#define US_MEMSINK_MAGIC ((u64)0xCAFEBABECAFEBABE)
|
||||||
#define US_MEMSINK_VERSION ((u32)9)
|
#define US_MEMSINK_VERSION ((u32)10)
|
||||||
|
|
||||||
|
|
||||||
typedef struct {
|
typedef struct {
|
||||||
uint width;
|
uint width;
|
||||||
uint height;
|
uint height;
|
||||||
uint format;
|
uint format;
|
||||||
uint stride;
|
|
||||||
uint fps;
|
uint fps;
|
||||||
bool key;
|
bool key;
|
||||||
} us_memsink_wants_s;
|
} us_memsink_wants_s;
|
||||||
|
|||||||
Reference in New Issue
Block a user