From aacb09a3d66d018a6e1ff2988729d8c6b274755c Mon Sep 17 00:00:00 2001 From: Romain Vimont Date: Sat, 2 Mar 2019 14:48:34 +0100 Subject: [PATCH] Remove unused mutex field in decoder --- app/src/decoder.h | 1 - 1 file changed, 1 deletion(-) diff --git a/app/src/decoder.h b/app/src/decoder.h index 610de000..f266d9ba 100644 --- a/app/src/decoder.h +++ b/app/src/decoder.h @@ -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