summaryrefslogtreecommitdiff
path: root/src/modules/bluetooth/rtp.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/modules/bluetooth/rtp.h')
-rw-r--r--src/modules/bluetooth/rtp.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/modules/bluetooth/rtp.h b/src/modules/bluetooth/rtp.h
index 813d9e390..d72c08526 100644
--- a/src/modules/bluetooth/rtp.h
+++ b/src/modules/bluetooth/rtp.h
@@ -41,7 +41,7 @@ struct rtp_header {
uint32_t csrc[0];
} __attribute__ ((packed));
-struct rtp_sbc_payload {
+struct rtp_payload {
uint8_t frame_count:4;
uint8_t rfa0:1;
uint8_t is_last_fragment:1;
@@ -67,7 +67,7 @@ struct rtp_header {
uint32_t csrc[0];
} __attribute__ ((packed));
-struct rtp_sbc_payload {
+struct rtp_payload {
uint8_t is_fragmented:1;
uint8_t is_first_fragment:1;
uint8_t is_last_fragment:1;