mirror of
https://github.com/moonlight-stream/moonlight-common-c.git
synced 2026-06-17 14:21:30 +00:00
Finished video depacketizing. Starting tests
This commit is contained in:
@@ -1,11 +1,5 @@
|
||||
#pragma once
|
||||
|
||||
typedef void(*RequestIdrFrame)(void);
|
||||
|
||||
typedef struct _CONTROL_STATUS_LISTENER {
|
||||
RequestIdrFrame requestIdrFrame;
|
||||
} CONTROL_STATUS_LISTENER, *PCONTROL_STATUS_LISTENER;
|
||||
|
||||
typedef struct _LENTRY {
|
||||
struct _LENTRY *next;
|
||||
char* data;
|
||||
|
||||
Reference in New Issue
Block a user