2
0
mirror of https://github.com/Genymobile/scrcpy synced 2025-08-30 13:58:08 +00:00

Remove unused mutex field in decoder

This commit is contained in:
Romain Vimont
2019-03-02 14:48:34 +01:00
parent 7d10ec2b5a
commit aacb09a3d6

View File

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