diff --git a/src/modules/module-rtp-source.c b/src/modules/module-rtp-source.c index 79411f0dc..911e2c729 100644 --- a/src/modules/module-rtp-source.c +++ b/src/modules/module-rtp-source.c @@ -165,8 +165,8 @@ struct impl { uint8_t *buffer; size_t buffer_size; - unsigned receiving:1; - unsigned last_receiving:1; + bool receiving; + bool last_receiving; }; static void