Remove unused mutex field in decoder
This commit is contained in:
parent
7d10ec2b5a
commit
aacb09a3d6
1 changed files with 0 additions and 1 deletions
|
@ -18,7 +18,6 @@ struct decoder {
|
|||
struct frames *frames;
|
||||
socket_t video_socket;
|
||||
SDL_Thread *thread;
|
||||
SDL_mutex *mutex;
|
||||
struct recorder *recorder;
|
||||
struct receiver_state {
|
||||
// meta (in order) for frames not consumed yet
|
||||
|
|
Loading…
Reference in a new issue