refactoring

This commit is contained in:
Maxim Devaev
2022-06-07 05:00:35 +03:00
parent 6e1f60a36d
commit b935dd1fe8
2 changed files with 8 additions and 8 deletions

View File

@@ -61,7 +61,7 @@ typedef struct {
pthread_t pcm_tid;
pthread_t enc_tid;
bool tids_created;
atomic_bool working;
atomic_bool stop;
} audio_s;