refactoring

This commit is contained in:
Maxim Devaev
2022-06-06 17:39:03 +03:00
parent c21d0aef7e
commit 53873e9ddb
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 run;
atomic_bool working;
} audio_s;