removed stride from memsink_wants

This commit is contained in:
Maxim Devaev
2026-07-06 23:07:00 +03:00
parent 95566d51df
commit 0f96532167

View File

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