summaryrefslogtreecommitdiff
path: root/zaptel.h
diff options
context:
space:
mode:
Diffstat (limited to 'zaptel.h')
-rw-r--r--zaptel.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/zaptel.h b/zaptel.h
index 5434af3..b58261d 100644
--- a/zaptel.h
+++ b/zaptel.h
@@ -1379,10 +1379,10 @@ struct zt_transcoder_channel {
int errorstatus;
int offset;
struct {
- unsigned int chan_built:1;
- unsigned int busy:1;
- unsigned int transient:1;
- unsigned int have_reference:1;
+ unsigned int chan_built;
+ unsigned int busy;
+ unsigned int transient;
+ unsigned int have_reference;
} flags;
unsigned int built_fmts;
unsigned int srcfmt;